Share via


InvalidRelationshipEndpointException Class

Definition

Represents the exception that is thrown when the value specified for the relationship endpoint is not valid.

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

Constructors

InvalidRelationshipEndpointException()

Initializes a new instance of the InvalidRelationshipEndpointException class.

InvalidRelationshipEndpointException(Exception)

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

InvalidRelationshipEndpointException(SerializationInfo, StreamingContext)

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

InvalidRelationshipEndpointException(String)

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

InvalidRelationshipEndpointException(String, Exception)

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

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to