DiscoveryDataTargetMembershipAlreadyBoundException Class

Definition

Represents the exception that is thrown when the target of a discovery data item relationship is already bound to another membership through a hosting relationship.

public ref class DiscoveryDataTargetMembershipAlreadyBoundException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class DiscoveryDataTargetMembershipAlreadyBoundException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type DiscoveryDataTargetMembershipAlreadyBoundException = class
    inherit EnterpriseManagementException
Public Class DiscoveryDataTargetMembershipAlreadyBoundException
Inherits EnterpriseManagementException
Inheritance
DiscoveryDataTargetMembershipAlreadyBoundException
Attributes

Constructors

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(Guid, Guid, String)

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

DiscoveryDataTargetMembershipAlreadyBoundException(SerializationInfo, StreamingContext)

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

DiscoveryDataTargetMembershipAlreadyBoundException(String)

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

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.

Properties

RelationshipTargetId

Gets the GUID for the target object of the relationship.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the parameters required to serialize this instance of the DiscoveryDataTargetMembershipAlreadyBoundException class.

Applies to