Share via


DiscoveryDataTypeExtensionInstanceDeletionException Class

Definition

Represents the exception that is thrown when a discovery data item rule specifies the explicit deletion of a type extension instance.

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

Constructors

DiscoveryDataTypeExtensionInstanceDeletionException()

Initializes a new instance of the DiscoveryDataTypeExtensionInstanceDeletionException class.

DiscoveryDataTypeExtensionInstanceDeletionException(Exception)

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

DiscoveryDataTypeExtensionInstanceDeletionException(Guid, Guid, Guid, String)

Initializes a new instance of the DiscoveryDataTypeExtensionInstanceDeletionException class using the specified parameters.

DiscoveryDataTypeExtensionInstanceDeletionException(Guid, Guid, String)
Obsolete.

Initializes a new instance of the DiscoveryDataTypeExtensionInstanceDeletionException class using the specified parameters.

DiscoveryDataTypeExtensionInstanceDeletionException(SerializationInfo, StreamingContext)

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

DiscoveryDataTypeExtensionInstanceDeletionException(String)

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

DiscoveryDataTypeExtensionInstanceDeletionException(String, Exception)

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

Properties

ClassId

Gets the GUID for the class with the rule that caused the exception.

ObjectId

Gets the GUID for the class instance.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

Applies to