Share via


ConnectorInvalidException Class

Definition

Represents the exception that is thrown when the connector is invalid.

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

Constructors

ConnectorInvalidException()

Initializes a new instance of the ConnectorInvalidException class.

ConnectorInvalidException(Exception)

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

ConnectorInvalidException(SerializationInfo, StreamingContext)

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

ConnectorInvalidException(String)

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

ConnectorInvalidException(String, Exception)

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

Applies to