Share via


DiscoveryDataConflictingRelationshipPropertyValueException Class

Definition

Represents the exception that is thrown when one or more properties have conflicting values for the same relationship.

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

Constructors

DiscoveryDataConflictingRelationshipPropertyValueException()

Initializes a new instance of the DiscoveryDataConflictingRelationshipPropertyValueException class.

DiscoveryDataConflictingRelationshipPropertyValueException(Exception)

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

DiscoveryDataConflictingRelationshipPropertyValueException(Guid, Guid)

Initializes a new instance of the DiscoveryDataConflictingRelationshipPropertyValueException class using the specified source and relationship identifier parameters.

DiscoveryDataConflictingRelationshipPropertyValueException(SerializationInfo, StreamingContext)

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

DiscoveryDataConflictingRelationshipPropertyValueException(String)

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

DiscoveryDataConflictingRelationshipPropertyValueException(String, Exception)

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

Properties

RelationshipId

Gets the relationship ID for the property.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to