Enum CommExceptionBehaviour
Specifies how the connector should behave when a communication exception occurs.
Namespace: AXSharp.Connector
Assembly: AXSharp.Connector.dll
Syntax
public enum CommExceptionBehaviour
Fields
Name | Description |
---|---|
Ignore | Ignores communication exceptions, but logs information about the problem. Typically would be used for HMI. |
ReThrow | Re-Throws any exception. Exceptions must be handled by user code. Should be used in all scenarios except for HMI. |