DiscoveryDataClassPropertyValueAlreadyExistsException Class

Definition

Represents the exception that is thrown because the managed type property value is already in the discovery data item.

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

Constructors

DiscoveryDataClassPropertyValueAlreadyExistsException()

Initializes a new instance of the DiscoveryDataClassPropertyValueAlreadyExistsException class.

DiscoveryDataClassPropertyValueAlreadyExistsException(Exception)

Initializes a new instance of the DiscoveryDataClassPropertyValueAlreadyExistsException class together with a reference to the inner exception that is the cause of this exception.

DiscoveryDataClassPropertyValueAlreadyExistsException(SerializationInfo, StreamingContext)

Initializes a new instance of the DiscoveryDataClassPropertyValueAlreadyExistsException class together with serialized data.

DiscoveryDataClassPropertyValueAlreadyExistsException(String)

Initializes a new instance of the DiscoveryDataClassPropertyValueAlreadyExistsException class together with a specified error message.

DiscoveryDataClassPropertyValueAlreadyExistsException(String, Exception)

Initializes a new instance of the DiscoveryDataClassPropertyValueAlreadyExistsException class together with a specified error message and a reference to the inner exception that is the cause of this exception.

DiscoveryDataClassPropertyValueAlreadyExistsException(String, Guid, String)

Initializes a new instance of the DiscoveryDataClassPropertyValueAlreadyExistsException class.

Properties

MonitoringClassPropertyName
Obsolete.

Gets the name of the Property that already exists.

(Inherited from DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException)
PropertyName

Gets the name of the Property that already exists.

(Inherited from DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

(Inherited from DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException)

Applies to