Compartir a través de


FabricServiceNotFoundException Clase

Definición

Excepción que se produce cuando no hay ningún servicio encontrado por el nombre especificado.

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

Constructores

FabricServiceNotFoundException()

Inicializa una nueva instancia de clase con código ServiceNotFoundde FabricServiceNotFoundException error .

FabricServiceNotFoundException(String)

Inicializa una nueva instancia de clase con código ServiceNotFound de error y un mensaje de FabricServiceNotFoundException error especificado.

FabricServiceNotFoundException(String, Exception)

Inicializa una nueva instancia de clase con un mensaje de FabricServiceNotFoundException error especificado y una referencia a la excepción interna que es la causa de esta excepción.

Propiedades

ErrorCode

Obtiene el parámetro de código de error.

(Heredado de FabricException)

Se aplica a