ServerDisconnectedException Class

Definition

The exception that is thrown when the client has been disconnected from the server.

public ref class ServerDisconnectedException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class ServerDisconnectedException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type ServerDisconnectedException = class
    inherit EnterpriseManagementException
Public Class ServerDisconnectedException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

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.

Applies to