  | 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)
Syntaxpublic int ErrorCode { get; }Public ReadOnly Property ErrorCode As Integer
	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