Click or drag to resize

ServerShutdownException(String, Exception) Constructor

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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public ServerShutdownException(
	string message,
	Exception inner
)

Parameters

message  String
The error message that explains the reason for the ServerShutdownException.
inner  Exception
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