IErrorProvider Interface
Provides an interface that defines a method to get the String representation for an error code in a TwinCAT HMI server extension.
Namespace: TcHmiSrv.Core.Tools.Management
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public interface IErrorProvider
The IErrorProvider type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Converts the specified error code to the corresponding String representation. |
Further Information