ReservationNotFoundException Konstruktoren

Definition

Initialisiert eine neue Instanz der ReservationNotFoundException-Klasse.

Überlädt

ReservationNotFoundException()

Initialisiert eine neue Instanz der ReservationNotFoundException-Klasse.

ReservationNotFoundException(String)

Initialisiert eine neue Instanz der ReservationNotFoundException-Klasse mit einer angegebenen Fehlermeldung.

ReservationNotFoundException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der ReservationNotFoundException-Klasse mit serialisierten Daten.

ReservationNotFoundException(String, Exception)

Initialisiert eine neue Instanz der ReservationNotFoundException-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.

ReservationNotFoundException()

Initialisiert eine neue Instanz der ReservationNotFoundException-Klasse.

public:
 ReservationNotFoundException();
public ReservationNotFoundException ();
Public Sub New ()

Gilt für:

ReservationNotFoundException(String)

Initialisiert eine neue Instanz der ReservationNotFoundException-Klasse mit einer angegebenen Fehlermeldung.

public:
 ReservationNotFoundException(System::String ^ message);
public ReservationNotFoundException (string message);
new System.IO.Log.ReservationNotFoundException : string -> System.IO.Log.ReservationNotFoundException
Public Sub New (message As String)

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

Gilt für:

ReservationNotFoundException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der ReservationNotFoundException-Klasse mit serialisierten Daten.

protected:
 ReservationNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ReservationNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IO.Log.ReservationNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IO.Log.ReservationNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Die SerializationInfo, die die serialisierten Objektdaten für die ausgelöste Ausnahme enthält.

context
StreamingContext

Der StreamingContext, der die Kontextinformationen über die Quelle oder das Ziel enthält.

Gilt für:

ReservationNotFoundException(String, Exception)

Initialisiert eine neue Instanz der ReservationNotFoundException-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.

public:
 ReservationNotFoundException(System::String ^ message, Exception ^ inner);
public ReservationNotFoundException (string message, Exception inner);
new System.IO.Log.ReservationNotFoundException : string * Exception -> System.IO.Log.ReservationNotFoundException
Public Sub New (message As String, inner As Exception)

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

inner
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.

Gilt für: