| ServerShutdownException Constructor (String) |
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public ServerShutdownException(
string message
)
Public Sub New (
message As String
)
public:
ServerShutdownException(
String^ message
)
new :
message : string -> ServerShutdownException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also