Share via


FabricServiceNotFoundException Constructors

Definition

Overloads

FabricServiceNotFoundException()

public FabricServiceNotFoundException();
Public Sub New ()

Applies to

FabricServiceNotFoundException(String)

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

Parameters

message
System.String

Applies to

FabricServiceNotFoundException(String, Exception)

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

Parameters

message
System.String
inner
System.Exception

Applies to