Share via


DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException Class

Definition

Caution

Use DiscoveryDataClassPropertyValueAlreadyExistsException

Represents the exception that is thrown because a monitoring class property value already exists in the discovery data item. You should check for duplicate property values when this exception is thrown.

public ref class DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Obsolete("Use DiscoveryDataClassPropertyValueAlreadyExistsException")]
[System.Serializable]
public class DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException = class
    inherit EnterpriseManagementException
Public Class DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException
Inherits EnterpriseManagementException
Inheritance
DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException
Derived
Attributes

Constructors

DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException()

Initializes a new DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException object.

DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException(DiscoveryDataClassPropertyValueAlreadyExistsException)

Initializes a new instance of the DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException class by copying values from the specified exception.

DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException(Exception)

Initializes a new DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException object by specifying an inner exception that caused the current exception.

DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException(SerializationInfo, StreamingContext)

Initializes a new DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException object with serialized data.

DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException(String)

Initializes a new DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException object with the error message that describes the current exception.

DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException(String, Exception)

Initializes a new DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException object with an error message and inner exception.

DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException(String, Guid, String)

Initializes a new DiscoveryDataMonitoringClassPropertyValueAlreadyExistsException object.

Properties

MonitoringClassPropertyName
Obsolete.

Gets the name of the Property that already exists.

PropertyName

Gets the name of the Property that already exists.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

Applies to