IpcClientErrorEvent.ErrorType Property | |
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
public virtual Usual ErrorType { get; }
Request Example
View SourceProperty Value
Type:
UsualThe 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:
Constant | Description |
---|
IPCITEMNOTFOUND | The server does not have an item of that name. |
IPCOUTOFMEMORY | The system is out of memory so the action cannot be completed. |
IPCSERVERNOTFOUND | The indicated server or topic is not found. |
See Also