[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

Visual Basic
Dim classPropertyId As Guid
Dim ruleId As Guid
Dim instance As String

Dim instance As New DiscoveryDataPropertyNotAllowedException(classPropertyId, ruleId, instance)

Syntax

Visual Basic
Public Sub New ( _
		classPropertyId As Guid, _
		ruleId As Guid, _
		instance As String _
)
C#
public DiscoveryDataPropertyNotAllowedException (
		Guid classPropertyId,
		Guid ruleId,
		string instance
)
C++
public:
DiscoveryDataPropertyNotAllowedException (
		Guid classPropertyId, 
		Guid ruleId, 
		String^ instance
)
J#
public DiscoveryDataPropertyNotAllowedException (
		Guid classPropertyId, 
		Guid ruleId, 
		String instance
)
JScript
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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also