 | ServiceException Constructor (Int32) |
Constructs a new ServiceException with an error code.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic ServiceException(
int errorCode
)
Public Sub New (
errorCode As Integer
)
Parameters
- errorCode
- Type: SystemInt32
The error code of this exception.
Remarks
The user message is initialized to null.
See Also