Freigeben über


FabricEndpointNotFoundException Konstruktoren

Definition

Überlädt

FabricEndpointNotFoundException()

Initialisiert eine neue instance der FabricEndpointNotFoundException -Klasse mit dem 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.

FabricEndpointNotFoundException()

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

public FabricEndpointNotFoundException ();
Public Sub New ()

Gilt für:

FabricEndpointNotFoundException(String)

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

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

Parameter

message
String

Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.

Gilt für:

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.

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

Parameter

message
String

Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.

inner
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist, oder NULL, wenn keine innere Ausnahme angegeben ist. Die Exception -Klasse bietet weitere Details zur inneren Ausnahme.

Gilt für: