Share via


DiscoveryDataTargetEntityMissingException Class

Definition

Represents the exception that is thrown because the target entity is missing in the discovery data item. The target entity and the membership relationship entity must be inserted together.

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

Constructors

DiscoveryDataTargetEntityMissingException()

Initializes a new instance of the DiscoveryDataTargetEntityMissingException class.

DiscoveryDataTargetEntityMissingException(Exception)

Initializes a new instance of the DiscoveryDataTargetEntityMissingException class using a reference to the inner exception that is the cause of this exception.

DiscoveryDataTargetEntityMissingException(Guid, Guid, String)

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

DiscoveryDataTargetEntityMissingException(SerializationInfo, StreamingContext)

Initializes a new instance of the DiscoveryDataTargetEntityMissingException class using serialized data.

DiscoveryDataTargetEntityMissingException(String)

Initializes a new instance of the DiscoveryDataTargetEntityMissingException class using the specified error message.

DiscoveryDataTargetEntityMissingException(String, Exception)

Initializes a new instance of the DiscoveryDataTargetEntityMissingException class using the specified message and a reference to the inner exception that is the cause of this exception.

Properties

RelationshipTargetId

Gets the GUID for the target entity of the relationship.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the parameters required to serialize this instance of the DiscoveryDataTargetEntityMissingException class.

Applies to