Click or drag to resize

ServerShutdownException Constructor

Overload List
  NameDescription
Public methodServerShutdownException
Initializes a new instance of the ServerShutdownException class.
Public methodServerShutdownException(String)
Initializes a new instance of the ServerShutdownException class with a specified error message.
Protected methodServerShutdownException(SerializationInfo, StreamingContext)
Initializes a new instance of the ServerShutdownException class with serialized data.
Public methodServerShutdownException(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.
Top
See Also