ReservationNotFoundException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
現在の例外の原因となった例外。
適用対象
.NET