DiscoveryDataRelationshipNotAllowedException Constructor (Guid, Guid, Guid, String)
[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 DiscoveryDataRelationshipNotAllowedException class using the specified parameters.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim relationshipClassId As Guid
Dim ruleId As Guid
Dim relationshipObjectId As Guid
Dim instance As String
Dim instance As New DiscoveryDataRelationshipNotAllowedException(relationshipClassId, ruleId, relationshipObjectId, instance)
Syntax
'Declaration
Public Sub New ( _
relationshipClassId As Guid, _
ruleId As Guid, _
relationshipObjectId As Guid, _
instance As String _
)
public DiscoveryDataRelationshipNotAllowedException (
Guid relationshipClassId,
Guid ruleId,
Guid relationshipObjectId,
string instance
)
public:
DiscoveryDataRelationshipNotAllowedException (
Guid relationshipClassId,
Guid ruleId,
Guid relationshipObjectId,
String^ instance
)
public DiscoveryDataRelationshipNotAllowedException (
Guid relationshipClassId,
Guid ruleId,
Guid relationshipObjectId,
String instance
)
public function DiscoveryDataRelationshipNotAllowedException (
relationshipClassId : Guid,
ruleId : Guid,
relationshipObjectId : Guid,
instance : String
)
Parameters
- relationshipClassId
The relationship class identifier.
- ruleId
The GUID for the rule.
- relationshipObjectId
The relationship identifier that caused the exception for the discovery data.
- instance
The instance XML for the managed entity.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
DiscoveryDataRelationshipNotAllowedException Class
DiscoveryDataRelationshipNotAllowedException Members
Microsoft.EnterpriseManagement.Common Namespace