Initializes a new instance of the DiscoveryDataInvalidClassPropertyValueException class with the specified parameters and a reference to the inner exception that is the cause of this exception.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim classPropertyName As String
Dim classPropertyValue As String
Dim ruleId As Guid
Dim inner As FormatException
Dim instance As String
Dim instance As New DiscoveryDataInvalidClassPropertyValueException(classPropertyName, classPropertyValue, ruleId, inner, instance)
Syntax
'Declaration
Public Sub New ( _
    classPropertyName As String, _
    classPropertyValue As String, _
    ruleId As Guid, _
    inner As FormatException, _
    instance As String _
)
public DiscoveryDataInvalidClassPropertyValueException (
    string classPropertyName,
    string classPropertyValue,
    Guid ruleId,
    FormatException inner,
    string instance
)
public:
DiscoveryDataInvalidClassPropertyValueException (
    String^ classPropertyName, 
    String^ classPropertyValue, 
    Guid ruleId, 
    FormatException^ inner, 
    String^ instance
)
public DiscoveryDataInvalidClassPropertyValueException (
    String classPropertyName, 
    String classPropertyValue, 
    Guid ruleId, 
    FormatException inner, 
    String instance
)
public function DiscoveryDataInvalidClassPropertyValueException (
    classPropertyName : String, 
    classPropertyValue : String, 
    ruleId : Guid, 
    inner : FormatException, 
    instance : String
)
Parameters
- classPropertyName
The property name. 
- classPropertyValue
The property value that caused the exception. 
- ruleId
The GUID for the rule. 
- inner
The inner exception that is the cause of the current 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
DiscoveryDataInvalidClassPropertyValueException Class
DiscoveryDataInvalidClassPropertyValueException Members
Microsoft.EnterpriseManagement.Common Namespace