Share via


ConnectorAlreadyExistsException Class

Definition

Represents the exception that is thrown when a connector already exists.

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

Constructors

ConnectorAlreadyExistsException()

Initializes a new instance of the ConnectorAlreadyExistsException class.

ConnectorAlreadyExistsException(Exception)

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

ConnectorAlreadyExistsException(SerializationInfo, StreamingContext)

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

ConnectorAlreadyExistsException(String)

Initializes a new instance of the Microsoft.EnterpriseManagement.Common. ConnectorAlreadyExistsException class by specifying the error message that describes the current exception.

ConnectorAlreadyExistsException(String, Exception)

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

Applies to