FabricServiceNotFoundException Construtores

Definição

Sobrecargas

FabricServiceNotFoundException()

Inicializa uma nova instância da classe com o código ServiceNotFoundde FabricServiceNotFoundException erro .

FabricServiceNotFoundException(String)

Inicializa uma nova instância da classe com código ServiceNotFound de FabricServiceNotFoundException erro e uma mensagem de erro especificada.

FabricServiceNotFoundException(String, Exception)

Inicializa uma nova instância da classe com uma mensagem de FabricServiceNotFoundException erro especificada e uma referência à exceção interna que é a causa dessa exceção.

FabricServiceNotFoundException()

Inicializa uma nova instância da classe com o código ServiceNotFoundde FabricServiceNotFoundException erro .

public FabricServiceNotFoundException ();
Public Sub New ()

Aplica-se a

FabricServiceNotFoundException(String)

Inicializa uma nova instância da classe com código ServiceNotFound de FabricServiceNotFoundException erro e uma mensagem de erro especificada.

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

Parâmetros

message
String

A mensagem de erro que explica a razão da exceção.

Aplica-se a

FabricServiceNotFoundException(String, Exception)

Inicializa uma nova instância da classe com uma mensagem de FabricServiceNotFoundException erro especificada e uma referência à exceção interna que é a causa dessa exceção.

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

Parâmetros

message
String

A mensagem de erro que explica a razão da exceção.

inner
Exception

A exceção que é a causa da exceção atual ou nula se nenhuma exceção interna for especificada. A Exception classe fornece mais detalhes sobre a exceção interna.

Aplica-se a