Share via


ObjectNotConnectedException Class

Definition

Represents the exception that is thrown because a connection has not been established.

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

Constructors

ObjectNotConnectedException()

Initializes a new ObjectNotConnectedException object.

ObjectNotConnectedException(Exception)

Initializes a new ObjectNotConnectedException object by specifying an inner exception that caused the current exception.

ObjectNotConnectedException(SerializationInfo, StreamingContext)

Initializes a new ObjectNotConnectedException object with serialized data.

ObjectNotConnectedException(String)

Initializes a new ObjectNotConnectedException object by specifying the error message that describes the current exception.

ObjectNotConnectedException(String, Exception)

Initializes a new ObjectNotConnectedException object with an error message and inner exception.

Applies to