言語

ReservationNotFoundException コンストラクター

定義

ReservationNotFoundException クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
ReservationNotFoundException()

ReservationNotFoundException クラスの新しいインスタンスを初期化します。

ReservationNotFoundException(String)

指定したエラー メッセージを使用して、 ReservationNotFoundException クラスの新しいインスタンスを初期化します。

ReservationNotFoundException(SerializationInfo, StreamingContext)

シリアル化されたデータを使用して、 ReservationNotFoundException クラスの新しいインスタンスを初期化します。

ReservationNotFoundException(String, Exception)

指定したエラー メッセージと、この例外の原因である内部例外への参照を使用して、 ReservationNotFoundException クラスの新しいインスタンスを初期化します。

ReservationNotFoundException()

ReservationNotFoundException クラスの新しいインスタンスを初期化します。

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

適用対象

ReservationNotFoundException(String)

指定したエラー メッセージを使用して、 ReservationNotFoundException クラスの新しいインスタンスを初期化します。

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)

パラメーター

message
String

エラーを説明するメッセージ。

適用対象

ReservationNotFoundException(SerializationInfo, StreamingContext)

シリアル化されたデータを使用して、 ReservationNotFoundException クラスの新しいインスタンスを初期化します。

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)

パラメーター

info
SerializationInfo

スローされる例外に関するシリアル化されたオブジェクト データを保持する SerializationInfo

context
StreamingContext

ソースまたは宛先に関するコンテキスト情報を含む StreamingContext

適用対象

ReservationNotFoundException(String, Exception)

指定したエラー メッセージと、この例外の原因である内部例外への参照を使用して、 ReservationNotFoundException クラスの新しいインスタンスを初期化します。

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)

パラメーター

message
String

エラーを説明するメッセージ。

inner
Exception

現在の例外の原因である例外。

適用対象