FabricEndpointNotFoundException Klasse

Definition

Die Ausnahme, die ausgelöst wird, wenn der angegebene Endpunkt nicht gefunden wird.

[System.Serializable]
public sealed class FabricEndpointNotFoundException : System.Fabric.FabricException
[<System.Serializable>]
type FabricEndpointNotFoundException = class
    inherit FabricException
Public NotInheritable Class FabricEndpointNotFoundException
Inherits FabricException
Vererbung
FabricEndpointNotFoundException
Attribute

Konstruktoren

FabricEndpointNotFoundException()

Initialisiert eine neue instance der FabricEndpointNotFoundException -Klasse mit Fehlercode FabricEndpointNotFound.

FabricEndpointNotFoundException(String)

Initialisiert eine neue instance der FabricEndpointNotFoundException Klasse mit Fehlercode FabricEndpointNotFound und einer angegebenen Fehlermeldung.

FabricEndpointNotFoundException(String, Exception)

Initialisiert eine neue instance der FabricEndpointNotFoundException -Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

Eigenschaften

ErrorCode

Ruft den Fehlercodeparameter ab.

(Geerbt von FabricException)

Gilt für: