Partager via


FabricEndpointNotFoundException Classe

Définition

Exception levée lorsque le point de terminaison spécifié est introuvable.

[System.Serializable]
public sealed class FabricEndpointNotFoundException : System.Fabric.FabricException
[<System.Serializable>]
type FabricEndpointNotFoundException = class
    inherit FabricException
Public NotInheritable Class FabricEndpointNotFoundException
Inherits FabricException
Héritage
FabricEndpointNotFoundException
Attributs

Constructeurs

FabricEndpointNotFoundException()

Initialise une nouvelle instance de classe avec le FabricEndpointNotFoundException code FabricEndpointNotFoundd’erreur .

FabricEndpointNotFoundException(String)

Initialise une nouvelle instance de classe avec le FabricEndpointNotFoundException code FabricEndpointNotFound d’erreur et un message d’erreur spécifié.

FabricEndpointNotFoundException(String, Exception)

Initialise une nouvelle instance de FabricEndpointNotFoundException classe avec un message d’erreur spécifié et une référence à l’exception interne qui est à l’origine de cette exception.

Propriétés

ErrorCode

Obtient le paramètre de code d’erreur.

(Hérité de FabricException)

S’applique à