Share via


ConnectorAlreadyInStateException Class

Definition

Represents the exception that is thrown when a connector is already in state.

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

Constructors

ConnectorAlreadyInStateException()

Initializes a new instance of the ConnectorAlreadyInStateException class with default values.

ConnectorAlreadyInStateException(Exception)

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

ConnectorAlreadyInStateException(SerializationInfo, StreamingContext)

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

ConnectorAlreadyInStateException(String)

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

ConnectorAlreadyInStateException(String, Exception)

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

Applies to