Partilhar via


FabricServiceNotFoundException Classe

Definição

A exceção gerada quando não há nenhum serviço encontrado pelo nome especificado.

[System.Serializable]
public sealed class FabricServiceNotFoundException : System.Fabric.FabricElementNotFoundException
[<System.Serializable>]
type FabricServiceNotFoundException = class
    inherit FabricElementNotFoundException
Public NotInheritable Class FabricServiceNotFoundException
Inherits FabricElementNotFoundException
Herança
Atributos

Construtores

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.

Propriedades

ErrorCode

Obtém o parâmetro de código de erro.

(Herdado de FabricException)

Aplica-se a