Share via


DiscoveryDataRelationshipNotAllowedException Class

Definition

Represents the exception that is thrown because the Relationship in a Discovery Data item is not allowed.

public ref class DiscoveryDataRelationshipNotAllowedException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class DiscoveryDataRelationshipNotAllowedException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type DiscoveryDataRelationshipNotAllowedException = class
    inherit EnterpriseManagementException
Public Class DiscoveryDataRelationshipNotAllowedException
Inherits EnterpriseManagementException
Inheritance
DiscoveryDataRelationshipNotAllowedException
Attributes

Constructors

DiscoveryDataRelationshipNotAllowedException()

Initializes a new DiscoveryDataRelationshipNotAllowedException object.

DiscoveryDataRelationshipNotAllowedException(Exception)

Initializes a new DiscoveryDataRelationshipNotAllowedException object.

DiscoveryDataRelationshipNotAllowedException(Guid, Guid, Guid, String)

Initializes a new instance of the DiscoveryDataRelationshipNotAllowedException class using the specified parameters.

DiscoveryDataRelationshipNotAllowedException(Guid, Guid, String)
Obsolete.

Initializes a new DiscoveryDataRelationshipNotAllowedException object.

DiscoveryDataRelationshipNotAllowedException(SerializationInfo, StreamingContext)

Initializes a new DiscoveryDataRelationshipNotAllowedException object.

DiscoveryDataRelationshipNotAllowedException(String)

Initializes a new DiscoveryDataRelationshipNotAllowedException object.

DiscoveryDataRelationshipNotAllowedException(String, Exception)

Initializes a new DiscoveryDataRelationshipNotAllowedException object.

Properties

MonitoringRelationshipId
Obsolete.

Gets the relationship class identifier of the relationship that caused the exception for the discovery data.

RelationshipId

Gets the relationship class identifier of the relationship that caused the exception for the discovery data.

RelationshipObjectId

Gets the identifier of the relationship that caused the exception for the discovery data.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object that has information about the exception.

Applies to