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