Click or drag to resize

ServerShutdownException Constructor (String, Exception)

Initializes a new instance of the ServerShutdownException class with a specified error message and a reference to the inner ServerShutdownException that is the cause of this ServerShutdownException.

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

Parameters

message
Type: SystemString
The error message that explains the reason for the ServerShutdownException.
inner
Type: SystemException
The ServerShutdownException that is the cause of the current ServerShutdownException, or a null reference (Nothing in Visual Basic) if no inner ServerShutdownException is specified.
See Also