Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EndpointException Class

Definition

Namespace:
Microsoft.Xrm.Sdk.Data.Exceptions
Assembly:
Microsoft.Xrm.Sdk.Data.dll
Package:
Microsoft.CrmSdk.Data v9.0.2.60

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Name Description
EndpointException(String, Exception)

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

EndpointException(String)

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

Applies to