DiscoveryDataInvalidNullPropertyValueException Class

Definition

Represents the exception that is thrown because a value was not specified for a required property in a discovery data item.

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

Constructors

DiscoveryDataInvalidNullPropertyValueException()

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

DiscoveryDataInvalidNullPropertyValueException(Exception)

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

DiscoveryDataInvalidNullPropertyValueException(Guid, Guid)

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

DiscoveryDataInvalidNullPropertyValueException(SerializationInfo, StreamingContext)

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

DiscoveryDataInvalidNullPropertyValueException(String)

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

DiscoveryDataInvalidNullPropertyValueException(String, Exception)

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

Fields

BaseManagedEntityIdSerializationId

This field is a constant used internally for serialization and is visible only to derived classes.

MonitoringClassIdSerializationId

This field is a constant used internally for serialization and is visible only to derived classes.

Properties

ClassId

Gets the GUID for the class of the discovery data item.

ObjectId

Gets the GUID for the discovery item instance.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Gets the parameter values required to

Applies to