Share via


DiscoveryDataClassNotDeployedException Class

Definition

Represents the exception that is thrown when the class is not deployed in the discovery data item.

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

Constructors

DiscoveryDataClassNotDeployedException()

Initializes a new instance of the DiscoveryDataClassNotDeployedException class.

DiscoveryDataClassNotDeployedException(Exception)

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

DiscoveryDataClassNotDeployedException(Guid)

Initializes a new instance of the DiscoveryDataClassNotDeployedException class using the specified class ID parameter.

DiscoveryDataClassNotDeployedException(SerializationInfo, StreamingContext)

Initializes a new instance of the DiscoveryDataClassNotDeployedException class using serialized data.

DiscoveryDataClassNotDeployedException(String)

Initializes a new instance of the DiscoveryDataClassNotDeployedException class using the specified error message.

DiscoveryDataClassNotDeployedException(String, Exception)

Initializes a new instance of the DiscoveryDataClassNotDeployedException class using the specified message and a reference to the inner exception that is the cause of this exception.

Properties

ClassId

Gets the monitoring class ID.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to