Share via


ConnectorDoesNotOwnObjectException Class

Definition

Represents the exception that is thrown when the connector does not own an object.

public ref class ConnectorDoesNotOwnObjectException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Runtime.Serialization.KnownType("KnownTypes")]
[System.Serializable]
public class ConnectorDoesNotOwnObjectException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type ConnectorDoesNotOwnObjectException = class
    inherit EnterpriseManagementException
Public Class ConnectorDoesNotOwnObjectException
Inherits EnterpriseManagementException
Inheritance
ConnectorDoesNotOwnObjectException
Attributes

Constructors

ConnectorDoesNotOwnObjectException()

Initializes a new instance of the ConnectorDoesNotOwnObjectException class.

ConnectorDoesNotOwnObjectException(Exception)

Initializes a new instance of the ConnectorDoesNotOwnObjectException class by specifying an inner exception that caused the current exception.

ConnectorDoesNotOwnObjectException(SerializationInfo, StreamingContext)

Initializes a new instance of the ConnectorDoesNotOwnObjectException class with serialized data.

ConnectorDoesNotOwnObjectException(String)

Initializes a new instance of the ConnectorDoesNotOwnObjectException class by specifying the error message that describes the current exception.

ConnectorDoesNotOwnObjectException(String, Exception)

Initializes a new instance of the ConnectorDoesNotOwnObjectException class with an error message and inner exception.

Applies to