Share via


DiscoveryDataAbstractMonitoringClassIdNotAllowedException Class

Definition

Caution

Use DiscoveryDataAbstractClassIdNotAllowedException

Represents the exception that is thrown because an abstract monitoring Class identifier is not allowed in a Discovery Data item.

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

Constructors

DiscoveryDataAbstractMonitoringClassIdNotAllowedException()

Initializes a new DiscoveryDataAbstractMonitoringClassIdNotAllowedException object.

DiscoveryDataAbstractMonitoringClassIdNotAllowedException(DiscoveryDataAbstractClassIdNotAllowedException)

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

DiscoveryDataAbstractMonitoringClassIdNotAllowedException(Exception)

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

DiscoveryDataAbstractMonitoringClassIdNotAllowedException(Guid, Guid, String)

Initializes a new DiscoveryDataAbstractMonitoringClassIdNotAllowedException object.

DiscoveryDataAbstractMonitoringClassIdNotAllowedException(SerializationInfo, StreamingContext)

Initializes a new DiscoveryDataAbstractMonitoringClassIdNotAllowedException object with serialized data.

DiscoveryDataAbstractMonitoringClassIdNotAllowedException(String)

Initializes a new DiscoveryDataAbstractMonitoringClassIdNotAllowedException object by specifying the error message that describes the current exception.

DiscoveryDataAbstractMonitoringClassIdNotAllowedException(String, Exception)

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

Properties

ClassId

Gets the value of the Class identifier that caused the exception.

MonitoringClassId
Obsolete.

Gets the monitoring Class identifier that caused the exception to be thrown.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

Applies to