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