DiscoveryDataConflictingRelationshipPropertyValueException 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 DiscoveryDataConflictingRelationshipPropertyValueException class using the specified source and relationship identifier parameters.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim sourceId As Guid
Dim relationshipId As Guid
Dim instance As New DiscoveryDataConflictingRelationshipPropertyValueException(sourceId, relationshipId)
Syntax
'Declaration
Public Sub New ( _
sourceId As Guid, _
relationshipId As Guid _
)
public DiscoveryDataConflictingRelationshipPropertyValueException (
Guid sourceId,
Guid relationshipId
)
public:
DiscoveryDataConflictingRelationshipPropertyValueException (
Guid sourceId,
Guid relationshipId
)
public DiscoveryDataConflictingRelationshipPropertyValueException (
Guid sourceId,
Guid relationshipId
)
public function DiscoveryDataConflictingRelationshipPropertyValueException (
sourceId : Guid,
relationshipId : Guid
)
Parameters
- sourceId
The GUID for the source.
- relationshipId
The GUID for the relationship.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
DiscoveryDataConflictingRelationshipPropertyValueException Class
DiscoveryDataConflictingRelationshipPropertyValueException Members
Microsoft.EnterpriseManagement.Common Namespace