 | ServiceException Constructor (String, String) |
Constructs a new ServiceException with an error message and
user message.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic ServiceException(
string message,
string userMessage
)
Public Sub New (
message As String,
userMessage As String
)
Parameters
- message
- Type: SystemString
The error message of this exception (can be null).
- userMessage
- Type: SystemString
The user message of this exception (can be null).
Remarks
The error code is initialized to zero (0).
See Also