Initializes a new instance of the SessionDisconnectedException class.

Overload List

  NameDescription
Public methodSessionDisconnectedException()()()()
Initializes a new instance of the SessionDisconnectedException class with default settings.
Public methodSessionDisconnectedException(Exception)
Initializes a new instance of the SessionDisconnectedException class with a specified error message.
Public methodSessionDisconnectedException(CultureInfo)
Initializes a new instance of the SessionDisconnectedException class with default settings.
Public methodSessionDisconnectedException(String)
Initializes a new instance of the SessionDisconnectedException class with a specified error message.
Public methodSessionDisconnectedException(CultureInfo, Exception)
Initializes a new instance of the SessionDisconnectedException class with a specified error message.
Protected methodSessionDisconnectedException(SerializationInfo, StreamingContext)
Initializes a new instance of the SessionDisconnectedException class with a specified error message.
Public methodSessionDisconnectedException(String, Exception)
Initializes a new instance of the SessionDisconnectedException class with a specified error message.

See Also