DiscoveryDataPropertyNotAllowedException Constructor (Guid, Guid, String)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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