Share via


ReservationNotFoundException Oluşturucular

Tanım

ReservationNotFoundException sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

ReservationNotFoundException()

ReservationNotFoundException sınıfının yeni bir örneğini başlatır.

ReservationNotFoundException(String)

Belirtilen hata iletisiyle sınıfının yeni bir örneğini ReservationNotFoundException başlatır.

ReservationNotFoundException(SerializationInfo, StreamingContext)

ReservationNotFoundException sınıfının yeni bir örneğini serileştirilmiş verilerle başlatır.

ReservationNotFoundException(String, Exception)

Belirtilen bir hata iletisi ve bu özel durumun nedeni olan iç özel duruma başvuru ile sınıfının yeni bir örneğini ReservationNotFoundException başlatır.

ReservationNotFoundException()

ReservationNotFoundException sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

ReservationNotFoundException(String)

Belirtilen hata iletisiyle sınıfının yeni bir örneğini ReservationNotFoundException başlatır.

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)

Parametreler

message
String

Hatayı açıklayan ileti.

Şunlara uygulanır

ReservationNotFoundException(SerializationInfo, StreamingContext)

ReservationNotFoundException sınıfının yeni bir örneğini serileştirilmiş verilerle başlatır.

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)

Parametreler

info
SerializationInfo

Oluşturulan özel durumla ilgili serileştirilmiş nesne verilerini içeren SerializationInfo.

context
StreamingContext

Kaynak veya hedefle ilgili bağlamsal bilgileri içeren StreamingContext.

Şunlara uygulanır

ReservationNotFoundException(String, Exception)

Belirtilen bir hata iletisi ve bu özel durumun nedeni olan iç özel duruma başvuru ile sınıfının yeni bir örneğini ReservationNotFoundException başlatır.

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)

Parametreler

message
String

Hatayı açıklayan ileti.

inner
Exception

Geçerli özel durumun nedeni olan özel durum.

Şunlara uygulanır