FabricEndpointNotFoundException Class

Definition

The exception that is thrown when the specified endpoint is not found.

[System.Serializable]
public sealed class FabricEndpointNotFoundException : System.Fabric.FabricException
[<System.Serializable>]
type FabricEndpointNotFoundException = class
    inherit FabricException
Public NotInheritable Class FabricEndpointNotFoundException
Inherits FabricException
Inheritance
FabricEndpointNotFoundException
Attributes

Constructors

FabricEndpointNotFoundException()

Initializes a new instance of FabricEndpointNotFoundException class with error code FabricEndpointNotFound.

FabricEndpointNotFoundException(String)

Initializes a new instance of FabricEndpointNotFoundException class with error code FabricEndpointNotFound and a specified error message.

FabricEndpointNotFoundException(String, Exception)

Initializes a new instance of FabricEndpointNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to