Share via


DiscoveryDataPropertyNotAllowedException Class

Definition

Represents the exception that is thrown because property in a discovery data item is not allowed.

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

Constructors

DiscoveryDataPropertyNotAllowedException()

Initializes a new DiscoveryDataPropertyNotAllowedException object.

DiscoveryDataPropertyNotAllowedException(Exception)

Initializes a new DiscoveryDataPropertyNotAllowedException object.

DiscoveryDataPropertyNotAllowedException(Guid, Guid, String)

Initializes a new DiscoveryDataPropertyNotAllowedException object.

DiscoveryDataPropertyNotAllowedException(SerializationInfo, StreamingContext)

Initializes a new DiscoveryDataPropertyNotAllowedException object.

DiscoveryDataPropertyNotAllowedException(String)

Initializes a new DiscoveryDataPropertyNotAllowedException object.

DiscoveryDataPropertyNotAllowedException(String, Exception)

Initializes a new DiscoveryDataPropertyNotAllowedException object.

Properties

MonitoringClassPropertyId
Obsolete.

Gets the property identifier that caused the exception for the discovery data.

PropertyId

Gets the identifier of the Property that caused the exception.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to