Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the DiscoveryDataTypeExtensionInstanceDeletionException class using the specified parameters.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim classId As Guid
Dim ruleId As Guid
Dim instance As String
Dim instance As New DiscoveryDataTypeExtensionInstanceDeletionException(classId, ruleId, instance)
Syntax
'Declaration
<ObsoleteAttribute("Use the constructor that takes baseManagedEntityId")> _
Public Sub New ( _
    classId As Guid, _
    ruleId As Guid, _
    instance As String _
)
[ObsoleteAttribute("Use the constructor that takes baseManagedEntityId")] 
public DiscoveryDataTypeExtensionInstanceDeletionException (
    Guid classId,
    Guid ruleId,
    string instance
)
[ObsoleteAttribute(L"Use the constructor that takes baseManagedEntityId")] 
public:
DiscoveryDataTypeExtensionInstanceDeletionException (
    Guid classId, 
    Guid ruleId, 
    String^ instance
)
/** @attribute ObsoleteAttribute("Use the constructor that takes baseManagedEntityId") */ 
public DiscoveryDataTypeExtensionInstanceDeletionException (
    Guid classId, 
    Guid ruleId, 
    String instance
)
ObsoleteAttribute("Use the constructor that takes baseManagedEntityId") 
public function DiscoveryDataTypeExtensionInstanceDeletionException (
    classId : Guid, 
    ruleId : Guid, 
    instance : String
)
Parameters
- classId
 The GUID for the class with the rule that caused the exception.
- ruleId
 The GUID for the rule that caused the exception.
- instance
 The instance XML.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
DiscoveryDataTypeExtensionInstanceDeletionException Class
DiscoveryDataTypeExtensionInstanceDeletionException Members
Microsoft.EnterpriseManagement.Common Namespace