Share via


DiscoveryDataTargetMembershipAlreadyBoundException Constructors

Definition

Initializes a new instance of the DiscoveryDataTargetMembershipAlreadyBoundException class.

Overloads

DiscoveryDataTargetMembershipAlreadyBoundException()

Initializes a new instance of the DiscoveryDataTargetMembershipAlreadyBoundException class.

DiscoveryDataTargetMembershipAlreadyBoundException(Exception)

Initializes a new instance of the DiscoveryDataTargetMembershipAlreadyBoundException class using a reference to the inner exception that is the cause of this exception.

DiscoveryDataTargetMembershipAlreadyBoundException(String)

Initializes a new instance of the DiscoveryDataTargetMembershipAlreadyBoundException class using the specified error message.

DiscoveryDataTargetMembershipAlreadyBoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the DiscoveryDataTargetMembershipAlreadyBoundException class using serialized data.

DiscoveryDataTargetMembershipAlreadyBoundException(String, Exception)

Initializes a new instance of the DiscoveryDataTargetMembershipAlreadyBoundException class using the specified message and a reference to the inner exception that is the cause of this exception.

DiscoveryDataTargetMembershipAlreadyBoundException(Guid, Guid, String)

Initializes a new instance of the DiscoveryDataTargetMembershipAlreadyBoundException class using the specified parameters.

DiscoveryDataTargetMembershipAlreadyBoundException()

Initializes a new instance of the DiscoveryDataTargetMembershipAlreadyBoundException class.

public:
 DiscoveryDataTargetMembershipAlreadyBoundException();
public DiscoveryDataTargetMembershipAlreadyBoundException ();
Public Sub New ()

Applies to

DiscoveryDataTargetMembershipAlreadyBoundException(Exception)

Initializes a new instance of the DiscoveryDataTargetMembershipAlreadyBoundException class using a reference to the inner exception that is the cause of this exception.

public:
 DiscoveryDataTargetMembershipAlreadyBoundException(Exception ^ inner);
public DiscoveryDataTargetMembershipAlreadyBoundException (Exception inner);
new Microsoft.EnterpriseManagement.Common.DiscoveryDataTargetMembershipAlreadyBoundException : Exception -> Microsoft.EnterpriseManagement.Common.DiscoveryDataTargetMembershipAlreadyBoundException
Public Sub New (inner As Exception)

Parameters

inner
Exception

The exception that is the cause of the current exception.

Applies to

DiscoveryDataTargetMembershipAlreadyBoundException(String)

Initializes a new instance of the DiscoveryDataTargetMembershipAlreadyBoundException class using the specified error message.

public:
 DiscoveryDataTargetMembershipAlreadyBoundException(System::String ^ message);
public DiscoveryDataTargetMembershipAlreadyBoundException (string message);
new Microsoft.EnterpriseManagement.Common.DiscoveryDataTargetMembershipAlreadyBoundException : string -> Microsoft.EnterpriseManagement.Common.DiscoveryDataTargetMembershipAlreadyBoundException
Public Sub New (message As String)

Parameters

message
String

The error message that describes the current exception.

Applies to

DiscoveryDataTargetMembershipAlreadyBoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the DiscoveryDataTargetMembershipAlreadyBoundException class using serialized data.

protected:
 DiscoveryDataTargetMembershipAlreadyBoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DiscoveryDataTargetMembershipAlreadyBoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.EnterpriseManagement.Common.DiscoveryDataTargetMembershipAlreadyBoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EnterpriseManagement.Common.DiscoveryDataTargetMembershipAlreadyBoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

The object that holds the serialized data about the exception being thrown.

context
StreamingContext

Context information about the source or destination of the serialized object.

Remarks

This constructor is called during deserialization to reconstitute the exception object that is transmitted over a stream.

Applies to

DiscoveryDataTargetMembershipAlreadyBoundException(String, Exception)

Initializes a new instance of the DiscoveryDataTargetMembershipAlreadyBoundException class using the specified message and a reference to the inner exception that is the cause of this exception.

public:
 DiscoveryDataTargetMembershipAlreadyBoundException(System::String ^ message, Exception ^ inner);
public DiscoveryDataTargetMembershipAlreadyBoundException (string message, Exception inner);
new Microsoft.EnterpriseManagement.Common.DiscoveryDataTargetMembershipAlreadyBoundException : string * Exception -> Microsoft.EnterpriseManagement.Common.DiscoveryDataTargetMembershipAlreadyBoundException
Public Sub New (message As String, inner As Exception)

Parameters

message
String

The error message that describes the current exception.

inner
Exception

The exception that is the cause of the current exception.

Applies to

DiscoveryDataTargetMembershipAlreadyBoundException(Guid, Guid, String)

Initializes a new instance of the DiscoveryDataTargetMembershipAlreadyBoundException class using the specified parameters.

public:
 DiscoveryDataTargetMembershipAlreadyBoundException(Guid relationshipTargetEntityId, Guid ruleId, System::String ^ instance);
public DiscoveryDataTargetMembershipAlreadyBoundException (Guid relationshipTargetEntityId, Guid ruleId, string instance);
new Microsoft.EnterpriseManagement.Common.DiscoveryDataTargetMembershipAlreadyBoundException : Guid * Guid * string -> Microsoft.EnterpriseManagement.Common.DiscoveryDataTargetMembershipAlreadyBoundException
Public Sub New (relationshipTargetEntityId As Guid, ruleId As Guid, instance As String)

Parameters

relationshipTargetEntityId
Guid

The GUID for the target object of the relationship.

ruleId
Guid

The GUID for the rule that caused the exception.

instance
String

The instance XML.

Applies to