Share via


ServerDisconnectedException Constructor

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ServerDisconnectedException class.

Overload List

Name Description
ServerDisconnectedException () Initializes a new instance of the ServerDisconnectedException class with default values.
ServerDisconnectedException (Exception) Initializes a new instance of the ServerDisconnectedException class by using the supplied exception as the inner exception that caused the current exception.
ServerDisconnectedException (SerializationInfo, StreamingContext) Initializes a new instance of the ServerDisconnectedException class with serialized data.
ServerDisconnectedException (String) Initializes a new instance of the ServerDisconnectedException class with a specified error message.
ServerDisconnectedException (String, Exception) Initializes a new instance of the ServerDisconnectedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also

Reference

ServerDisconnectedException Class
ServerDisconnectedException Members
Microsoft.EnterpriseManagement.Common Namespace