Click or drag to resize

IpcClientErrorEvent.ErrorType Property

X#
The type of error event that occurred, as defined by the one of the constants in the table below:

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY ErrorType AS USUAL GET 
Request Example View Source

Property Value

Type: Usual
The type of error event that occurred, as defined by the one of the constants in the table below:
Remarks
The type of error event that occurred, as defined by the following constants:
ConstantDescription
IPCITEMNOTFOUNDThe server does not have an item of that name.
IPCOUTOFMEMORYThe system is out of memory so the action cannot be completed.
IPCSERVERNOTFOUNDThe indicated server or topic is not found.
See Also