EndpointException Class

Definition

The exception that is thrown when an endpoint is misconfigured.

public ref class EndpointException sealed : Microsoft::Xrm::Sdk::SdkExceptionBase
[System.Serializable]
public sealed class EndpointException : Microsoft.Xrm.Sdk.SdkExceptionBase
[<System.Serializable>]
type EndpointException = class
    inherit SdkExceptionBase
Public NotInheritable Class EndpointException
Inherits SdkExceptionBase
Inheritance
EndpointException
Attributes

Constructors

EndpointException(String)

Initializes a new instance of the EndpointException class with the specified error message.

EndpointException(String, Exception)

Initializes a new instance of the AuthenticationException class with the specified error message and inner exception.

Applies to