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 DiscoveryDataPropertyNotAllowedException object.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim classPropertyId As Guid
Dim ruleId As Guid
Dim instance As String
Dim instance As New DiscoveryDataPropertyNotAllowedException(classPropertyId, ruleId, instance)
Syntax
'Declaration
Public Sub New ( _
    classPropertyId As Guid, _
    ruleId As Guid, _
    instance As String _
)
public DiscoveryDataPropertyNotAllowedException (
    Guid classPropertyId,
    Guid ruleId,
    string instance
)
public:
DiscoveryDataPropertyNotAllowedException (
    Guid classPropertyId, 
    Guid ruleId, 
    String^ instance
)
public DiscoveryDataPropertyNotAllowedException (
    Guid classPropertyId, 
    Guid ruleId, 
    String instance
)
public function DiscoveryDataPropertyNotAllowedException (
    classPropertyId : Guid, 
    ruleId : Guid, 
    instance : String
)
Parameters
- classPropertyId
 The property identifier that caused the exception for the discovery data.
- 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
DiscoveryDataPropertyNotAllowedException Class
DiscoveryDataPropertyNotAllowedException Members
Microsoft.EnterpriseManagement.Common Namespace