DiscoveryDataInvalidClassIdException Class

Definition

Represents the exception that is thrown because a discovery data item refers to an invalid class identifier for a managed entity.

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

Constructors

DiscoveryDataInvalidClassIdException()

Initializes a new instance of the DiscoveryDataInvalidClassIdException class.

DiscoveryDataInvalidClassIdException(Exception)

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

DiscoveryDataInvalidClassIdException(Guid, Guid, Guid, String)

Initializes a new instance of the DiscoveryDataInvalidClassIdException class.

DiscoveryDataInvalidClassIdException(SerializationInfo, StreamingContext)

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

DiscoveryDataInvalidClassIdException(String)

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

DiscoveryDataInvalidClassIdException(String, Exception)

Initializes a new instance of the DiscoveryDataInvalidClassIdException 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 of the instance Object that caused the exception.

(Inherited from DiscoveryDataInvalidMonitoringClassIdException)
MonitoringClassId
Obsolete.

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

(Inherited from DiscoveryDataInvalidMonitoringClassIdException)
ObjectId

Gets the value of the identifier for the instance Object that caused the exception.

(Inherited from DiscoveryDataInvalidMonitoringClassIdException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

(Inherited from DiscoveryDataInvalidMonitoringClassIdException)

Applies to