 | RequestErrorEventError Property |
Gets the exception error of this request error event.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic Exception Error { get; }
Public ReadOnly Property Error As Exception
Get
Property Value
Type:
Exception
The exception error of this request error event.
See Also