Share via


DiscoveryDataUnresolvedMonitoringClassPropertyNameException Class

Definition

Caution

Use DiscoveryDataUnresolvedClassPropertyNameException

Represents the exception that is thrown because there is an unresolved monitoring class property name in the discovery data item. You can try to use fully qualified names to avoid this exception.

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

Constructors

DiscoveryDataUnresolvedMonitoringClassPropertyNameException()

Initializes a new DiscoveryDataUnresolvedMonitoringClassPropertyNameException object.

DiscoveryDataUnresolvedMonitoringClassPropertyNameException(DiscoveryDataUnresolvedClassPropertyNameException)

Initializes a new instance of the DiscoveryDataUnresolvedMonitoringClassPropertyNameException class by copying values from the specified parameter.

DiscoveryDataUnresolvedMonitoringClassPropertyNameException(Exception)

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

DiscoveryDataUnresolvedMonitoringClassPropertyNameException(SerializationInfo, StreamingContext)

Initializes a new DiscoveryDataUnresolvedMonitoringClassPropertyNameException object with serialized data.

DiscoveryDataUnresolvedMonitoringClassPropertyNameException(String)

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

DiscoveryDataUnresolvedMonitoringClassPropertyNameException(String, Exception)

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

DiscoveryDataUnresolvedMonitoringClassPropertyNameException(String, Guid, String)

Initializes a new DiscoveryDataUnresolvedMonitoringClassPropertyNameException object.

Properties

MonitoringClassPropertyName
Obsolete.

Gets the name of the monitoring class property that caused the exception to be thrown.

PropertyName

The unresolved property name that caused the exception.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

Applies to