Język

ReservationNotFoundException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ReservationNotFoundException.

Przeciążenia

Nazwa Opis
ReservationNotFoundException()

Inicjuje nowe wystąpienie klasy ReservationNotFoundException.

ReservationNotFoundException(String)

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

ReservationNotFoundException(SerializationInfo, StreamingContext)

Inicjuje ReservationNotFoundException nowe wystąpienie klasy z serializowanymi 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 nowe wystąpienie klasy ReservationNotFoundException 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 opisujący błąd.

Dotyczy

ReservationNotFoundException(SerializationInfo, StreamingContext)

Inicjuje ReservationNotFoundException nowe wystąpienie klasy z serializowanymi 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

SerializationInfo przechowujące zserializowane dane obiektu dotyczące zgłaszanego wyjątku.

context
StreamingContext

StreamingContext zawierający kontekstowe informacje o źródle lub miejscu docelowym.

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 opisujący błąd.

inner
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku.

Dotyczy