Partilhar via


DiscoveryDataPropertyNotAllowedException Constructor (Guid, Guid, String)

Initializes a new DiscoveryDataPropertyNotAllowedException object.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.OperationsManager.Common (in microsoft.enterprisemanagement.operationsmanager.common.dll)

Usage

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

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

Syntax

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

Parameters

  • monitoringClassPropertyId
    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,Windows Vista,Windows XP

See Also

Reference

DiscoveryDataPropertyNotAllowedException Class
DiscoveryDataPropertyNotAllowedException Members
Microsoft.EnterpriseManagement.Common Namespace

Send comments about this topic to Microsoft.