Compartilhar via


DiscoveryDataClassPropertyValueAlreadyExistsException Constructor (String, Guid, String)

Initializes a new instance of the DiscoveryDataClassPropertyValueAlreadyExistsException class.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim classPropertyName As String
Dim ruleId As Guid
Dim instance As String

Dim instance As New DiscoveryDataClassPropertyValueAlreadyExistsException(classPropertyName, ruleId, instance)

Syntax

'Declaration
Public Sub New ( _
    classPropertyName As String, _
    ruleId As Guid, _
    instance As String _
)
public DiscoveryDataClassPropertyValueAlreadyExistsException (
    string classPropertyName,
    Guid ruleId,
    string instance
)
public:
DiscoveryDataClassPropertyValueAlreadyExistsException (
    String^ classPropertyName, 
    Guid ruleId, 
    String^ instance
)
public DiscoveryDataClassPropertyValueAlreadyExistsException (
    String classPropertyName, 
    Guid ruleId, 
    String instance
)
public function DiscoveryDataClassPropertyValueAlreadyExistsException (
    classPropertyName : String, 
    ruleId : Guid, 
    instance : String
)

Parameters

  • classPropertyName
    The property name with the duplicate value.
  • ruleId
    The GUID for the rule.
  • instance
    The instance XML.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

DiscoveryDataClassPropertyValueAlreadyExistsException Class
DiscoveryDataClassPropertyValueAlreadyExistsException Members
Microsoft.EnterpriseManagement.Common Namespace