Partager via


DiscoveryDataConflictingObjectPropertyValueException Constructor (Guid, Guid)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the DiscoveryDataConflictingObjectPropertyValueException class with the specified source identifier and object identifier parameters.

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

Usage

'Usage
Dim sourceId As Guid
Dim objectId As Guid

Dim instance As New DiscoveryDataConflictingObjectPropertyValueException(sourceId, objectId)

Syntax

'Declaration
Public Sub New ( _
    sourceId As Guid, _
    objectId As Guid _
)
public DiscoveryDataConflictingObjectPropertyValueException (
    Guid sourceId,
    Guid objectId
)
public:
DiscoveryDataConflictingObjectPropertyValueException (
    Guid sourceId, 
    Guid objectId
)
public DiscoveryDataConflictingObjectPropertyValueException (
    Guid sourceId, 
    Guid objectId
)
public function DiscoveryDataConflictingObjectPropertyValueException (
    sourceId : Guid, 
    objectId : Guid
)

Parameters

  • sourceId
    The GUID for the source.
  • objectId
    The GUID for the object.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

DiscoveryDataConflictingObjectPropertyValueException Class
DiscoveryDataConflictingObjectPropertyValueException Members
Microsoft.EnterpriseManagement.Common Namespace