ReservationNotFoundException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ReservationNotFoundException.

Przeciążenia

ReservationNotFoundException()

Inicjuje nowe wystąpienie klasy ReservationNotFoundException.

ReservationNotFoundException(String)

Inicjuje ReservationNotFoundException nowe wystąpienie klasy z określonym komunikatem o błędzie.

ReservationNotFoundException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy ReservationNotFoundException z zserializowanymi danymi.

ReservationNotFoundException(String, Exception)

Inicjuje nowe wystąpienie ReservationNotFoundException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.

ReservationNotFoundException()

Inicjuje nowe wystąpienie klasy ReservationNotFoundException.

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

Dotyczy

ReservationNotFoundException(String)

Inicjuje ReservationNotFoundException nowe wystąpienie klasy z określonym komunikatem o błędzie.

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)

Parametry

message
String

Komunikat z opisem błędu.

Dotyczy

ReservationNotFoundException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy ReservationNotFoundException z zserializowanymi danymi.

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)

Parametry

info
SerializationInfo

Obiekt SerializationInfo zawierający dane zserializowanego obiektu dotyczące zgłaszanego wyjątku.

context
StreamingContext

Obiekt StreamingContext zawierający informacje kontekstowe dotyczące źródła lub miejsca docelowego.

Dotyczy

ReservationNotFoundException(String, Exception)

Inicjuje nowe wystąpienie ReservationNotFoundException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.

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)

Parametry

message
String

Komunikat z opisem błędu.

inner
Exception

Wyjątek będący przyczyną bieżącego wyjątku.

Dotyczy