[This topic is pre-release documentation and
is subject to change in future releases. Blank topics are included
as placeholders.]Initializes a new
DiscoveryDataMissingKeyException object.
Namespace:
Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in
microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
Dim keyPropertyName As String
Dim ruleId As Guid
Dim instance As String
Dim instance As New DiscoveryDataMissingKeyException(keyPropertyName, ruleId, instance)
|
Syntax
Visual Basic |
Public Sub New ( _
keyPropertyName As String, _
ruleId As Guid, _
instance As String _
)
|
C# |
public DiscoveryDataMissingKeyException (
string keyPropertyName,
Guid ruleId,
string instance
)
|
C++ |
public:
DiscoveryDataMissingKeyException (
String^ keyPropertyName,
Guid ruleId,
String^ instance
)
|
J# |
public DiscoveryDataMissingKeyException (
String keyPropertyName,
Guid ruleId,
String instance
)
|
JScript |
public function DiscoveryDataMissingKeyException (
keyPropertyName : String,
ruleId : Guid,
instance : String
)
|
Parameters
- keyPropertyName
-
The missing key property name 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