Compartilhar via


DiscoveryDataInvalidNullPropertyValueException Constructor (Guid, Guid)

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

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

Usage

'Usage
Dim classId As Guid
Dim objectId As Guid

Dim instance As New DiscoveryDataInvalidNullPropertyValueException(classId, objectId)

Syntax

'Declaration
Public Sub New ( _
    classId As Guid, _
    objectId As Guid _
)
public DiscoveryDataInvalidNullPropertyValueException (
    Guid classId,
    Guid objectId
)
public:
DiscoveryDataInvalidNullPropertyValueException (
    Guid classId, 
    Guid objectId
)
public DiscoveryDataInvalidNullPropertyValueException (
    Guid classId, 
    Guid objectId
)
public function DiscoveryDataInvalidNullPropertyValueException (
    classId : Guid, 
    objectId : Guid
)

Parameters

  • classId
    The GUID for the class of the discovery data item.
  • objectId
    The GUID for the discovery item instance.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

DiscoveryDataInvalidNullPropertyValueException Class
DiscoveryDataInvalidNullPropertyValueException Members
Microsoft.EnterpriseManagement.Common Namespace