DiscoveryDataAbstractClassIdNotAllowedException Class

Definition

Represents the exception that is thrown because an abstract class identifier for a managed entity is not allowed in a discovery data item.

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

Constructors

DiscoveryDataAbstractClassIdNotAllowedException()

Initializes a new instance of the DiscoveryDataAbstractClassIdNotAllowedException class.

DiscoveryDataAbstractClassIdNotAllowedException(Exception)

Initializes a new instance of the DiscoveryDataAbstractClassIdNotAllowedException class.

DiscoveryDataAbstractClassIdNotAllowedException(Guid, Guid, String)

Initializes a new instance of the DiscoveryDataAbstractClassIdNotAllowedException class.

DiscoveryDataAbstractClassIdNotAllowedException(SerializationInfo, StreamingContext)

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

DiscoveryDataAbstractClassIdNotAllowedException(String)

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

DiscoveryDataAbstractClassIdNotAllowedException(String, Exception)

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

Properties

ClassId

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

(Inherited from DiscoveryDataAbstractMonitoringClassIdNotAllowedException)
MonitoringClassId
Obsolete.

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

(Inherited from DiscoveryDataAbstractMonitoringClassIdNotAllowedException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

(Inherited from DiscoveryDataAbstractMonitoringClassIdNotAllowedException)

Applies to