Share via


FabricEndpointNotFoundException Constructors

Definition

Overloads

FabricEndpointNotFoundException()

public FabricEndpointNotFoundException();
Public Sub New ()

Applies to

FabricEndpointNotFoundException(String)

public FabricEndpointNotFoundException(string message);
new System.Fabric.FabricEndpointNotFoundException : string -> System.Fabric.FabricEndpointNotFoundException
Public Sub New (message As String)

Parameters

message
System.String

Applies to

FabricEndpointNotFoundException(String, Exception)

public FabricEndpointNotFoundException(string message, Exception inner);
new System.Fabric.FabricEndpointNotFoundException : string * Exception -> System.Fabric.FabricEndpointNotFoundException
Public Sub New (message As String, inner As Exception)

Parameters

message
System.String
inner
System.Exception

Applies to