Click or drag to resize

ServiceExceptionErrorCode Property

Returns the error code of this exception.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public int ErrorCode { get; }

Property Value

Type: Int32
The error code or zero (0) if no error code was specified.
Remarks
Error codes are non-negative, so this method always returns a value greater than or equal to zero (0).
See Also