Share via


DiscoveryDataConflictingObjectPropertyValueException Class

Definition

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

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

Constructors

DiscoveryDataConflictingObjectPropertyValueException()

Initializes a new instance of the DiscoveryDataConflictingObjectPropertyValueException class.

DiscoveryDataConflictingObjectPropertyValueException(Exception)

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

DiscoveryDataConflictingObjectPropertyValueException(Guid, Guid)

Initializes a new instance of the DiscoveryDataConflictingObjectPropertyValueException class with the specified source identifier and object identifier parameters.

DiscoveryDataConflictingObjectPropertyValueException(SerializationInfo, StreamingContext)

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

DiscoveryDataConflictingObjectPropertyValueException(String)

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

DiscoveryDataConflictingObjectPropertyValueException(String, Exception)

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

Properties

ObjectId

Gets the object ID.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to