Click or drag to resize

ServiceException Constructor (String)

Constructs a new ServiceException with an error message.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public ServiceException(
	string message
)

Parameters

message
Type: SystemString
The error message of this exception (can be null).
Remarks
The user message is initialized to null, and the error code is initialized to zero (0).
See Also