Click or drag to resize

ServerShutdownException Constructor (String)

Initializes a new instance of the ServerShutdownException class with a specified error message.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public ServerShutdownException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also