FabricElementNotFoundException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
FabricElementNotFoundException() |
Initialisiert eine neue instance der FabricElementNotFoundException -Klasse mit dem Fehlercode Unknown. |
FabricElementNotFoundException(FabricErrorCode) |
Initialisiert eine neue instance der FabricElementNotFoundException -Klasse mit einem angegebenen Fehlercode. |
FabricElementNotFoundException(String) |
Initialisiert eine neue instance der StreamingContext -Klasse mit Fehlercode Unknown und einer angegebenen Fehlermeldung. |
FabricElementNotFoundException(SerializationInfo, StreamingContext) |
Initialisiert eine neue instance der FabricElementNotFoundException -Klasse mit den angegebenen Informationen und dem angegebenen Kontext. |
FabricElementNotFoundException(String, Exception) |
Initialisiert eine neue instance der StreamingContext -Klasse mit der angegebenen Fehlermeldung und einer inneren Ausnahme. |
FabricElementNotFoundException(String, FabricErrorCode) |
Initialisiert eine neue instance der FabricElementNotFoundException -Klasse mit dem angegebenen Meldungs- und Fehlercode. |
FabricElementNotFoundException(SerializationInfo, StreamingContext, FabricErrorCode) |
Initialisiert eine neue instance der FabricElementNotFoundException -Klasse mit angegebenen Informationen, Kontext und Fehlercode. |
FabricElementNotFoundException(String, Exception, FabricErrorCode) |
Initialisiert eine neue instance der -Klasse mit der angegebenen Meldung, der angegebenen inneren Ausnahme und dem FabricElementNotFoundException angegebenen Fehlercode. |
FabricElementNotFoundException()
Initialisiert eine neue instance der FabricElementNotFoundException -Klasse mit dem Fehlercode Unknown.
public FabricElementNotFoundException ();
Public Sub New ()
Gilt für:
FabricElementNotFoundException(FabricErrorCode)
Initialisiert eine neue instance der FabricElementNotFoundException -Klasse mit einem angegebenen Fehlercode.
public FabricElementNotFoundException (System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricElementNotFoundException : System.Fabric.FabricErrorCode -> System.Fabric.FabricElementNotFoundException
Public Sub New (errorCode As FabricErrorCode)
Parameter
- errorCode
- FabricErrorCode
Der der Ausnahme zugeordnete Fehlercode.
Gilt für:
FabricElementNotFoundException(String)
Initialisiert eine neue instance der StreamingContext -Klasse mit Fehlercode Unknown und einer angegebenen Fehlermeldung.
public FabricElementNotFoundException (string message);
new System.Fabric.FabricElementNotFoundException : string -> System.Fabric.FabricElementNotFoundException
Public Sub New (message As String)
Parameter
- message
- String
Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.
Gilt für:
FabricElementNotFoundException(SerializationInfo, StreamingContext)
Initialisiert eine neue instance der FabricElementNotFoundException -Klasse mit den angegebenen Informationen und dem angegebenen Kontext.
protected FabricElementNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Fabric.FabricElementNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.FabricElementNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
Das SerializationInfo -Objekt, das serialisierte Objektdaten der ausgelösten Ausnahme enthält.
- context
- StreamingContext
Das StreamingContext-Objekt, das Kontextinformationen über die Quelle oder das Ziel enthält. Der Kontextparameter ist für die zukünftige Verwendung reserviert und kann NULL sein.
Gilt für:
FabricElementNotFoundException(String, Exception)
Initialisiert eine neue instance der StreamingContext -Klasse mit der angegebenen Fehlermeldung und einer inneren Ausnahme.
public FabricElementNotFoundException (string message, Exception inner);
new System.Fabric.FabricElementNotFoundException : string * Exception -> System.Fabric.FabricElementNotFoundException
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:
FabricElementNotFoundException(String, FabricErrorCode)
Initialisiert eine neue instance der FabricElementNotFoundException -Klasse mit dem angegebenen Meldungs- und Fehlercode.
public FabricElementNotFoundException (string message, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricElementNotFoundException : string * System.Fabric.FabricErrorCode -> System.Fabric.FabricElementNotFoundException
Public Sub New (message As String, errorCode As FabricErrorCode)
Parameter
- message
- String
Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.
- errorCode
- FabricErrorCode
Der der Ausnahme zugeordnete Fehlercode.
Gilt für:
FabricElementNotFoundException(SerializationInfo, StreamingContext, FabricErrorCode)
Initialisiert eine neue instance der FabricElementNotFoundException -Klasse mit angegebenen Informationen, Kontext und Fehlercode.
protected FabricElementNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricElementNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext * System.Fabric.FabricErrorCode -> System.Fabric.FabricElementNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext, errorCode As FabricErrorCode)
Parameter
- info
- SerializationInfo
Das SerializationInfo -Objekt, das serialisierte Objektdaten der ausgelösten Ausnahme enthält.
- context
- StreamingContext
Das StreamingContext-Objekt, das Kontextinformationen über die Quelle oder das Ziel enthält. Der Kontextparameter ist für die zukünftige Verwendung reserviert und kann NULL sein.
- errorCode
- FabricErrorCode
Der der Ausnahme zugeordnete Fehlercode.
Gilt für:
FabricElementNotFoundException(String, Exception, FabricErrorCode)
Initialisiert eine neue instance der -Klasse mit der angegebenen Meldung, der angegebenen inneren Ausnahme und dem FabricElementNotFoundException angegebenen Fehlercode.
public FabricElementNotFoundException (string message, Exception inner, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricElementNotFoundException : string * Exception * System.Fabric.FabricErrorCode -> System.Fabric.FabricElementNotFoundException
Public Sub New (message As String, inner As Exception, errorCode As FabricErrorCode)
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.
- errorCode
- FabricErrorCode
Der der Ausnahme zugeordnete Fehlercode.
Gilt für:
Azure SDK for .NET