ServerException Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the ServerException class with a specified message.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- message
-
Type:
System::String^
The message that describes the exception
ServerException inherits from the SystemException class. The following table shows initial property values for an instance of the ServerException class:
Property Type | Condition |
|---|---|
null | |
The message string |
.NET Framework
Available since 1.1
Available since 1.1
Show: