RuntimeBinderInternalCompilerException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エラーを説明するシステム提供メッセージを使用して、RuntimeBinderInternalCompilerException クラスの新しいインスタンスを初期化します。
オーバーロード
RuntimeBinderInternalCompilerException() |
エラーを説明するシステム提供メッセージを使用して、RuntimeBinderInternalCompilerException クラスの新しいインスタンスを初期化します。 |
RuntimeBinderInternalCompilerException(String) |
指定したメッセージでエラーを説明する RuntimeBinderInternalCompilerException クラスの新しいインスタンスを初期化します。 |
RuntimeBinderInternalCompilerException(SerializationInfo, StreamingContext) |
古い.
シリアル化したデータを使用して、RuntimeBinderInternalCompilerException クラスの新しいインスタンスを初期化します。 |
RuntimeBinderInternalCompilerException(String, Exception) |
指定したエラー メッセージおよびこの例外の原因である内部例外への参照を持つ、RuntimeBinderInternalCompilerException クラスの新しいインスタンスを初期化します。 |
RuntimeBinderInternalCompilerException()
エラーを説明するシステム提供メッセージを使用して、RuntimeBinderInternalCompilerException クラスの新しいインスタンスを初期化します。
public:
RuntimeBinderInternalCompilerException();
public RuntimeBinderInternalCompilerException ();
Public Sub New ()
注釈
このコンストラクターは、新しいインスタンスの Message プロパティを、エラーについて説明する "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply" のようなシステム提供メッセージに初期化します。このメッセージは現在のシステム環境を考慮に入れます。
次の表に、InsufficientMemoryException のインスタンスに対するプロパティの初期値を示します。
プロパティ | 値 |
---|---|
InnerException |
null . |
Message | ローカライズされたエラー メッセージ文字列。 |
こちらもご覧ください
適用対象
RuntimeBinderInternalCompilerException(String)
指定したメッセージでエラーを説明する RuntimeBinderInternalCompilerException クラスの新しいインスタンスを初期化します。
public:
RuntimeBinderInternalCompilerException(System::String ^ message);
public RuntimeBinderInternalCompilerException (string message);
public RuntimeBinderInternalCompilerException (string? message);
new Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException : string -> Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
Public Sub New (message As String)
パラメーター
- message
- String
例外を説明するメッセージ。 このコンストラクターの呼び出し元は、この文字列が現在のシステム環境向けにローカライズされていることを確認する必要があります。
注釈
次の表に、RuntimeBinderInternalCompilerException のインスタンスに対するプロパティの初期値を示します。
プロパティ | 値 |
---|---|
InnerException |
null . |
Message |
message で指定したエラー メッセージ文字列。 |
こちらもご覧ください
適用対象
RuntimeBinderInternalCompilerException(SerializationInfo, StreamingContext)
注意事項
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
シリアル化したデータを使用して、RuntimeBinderInternalCompilerException クラスの新しいインスタンスを初期化します。
protected:
RuntimeBinderInternalCompilerException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuntimeBinderInternalCompilerException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected RuntimeBinderInternalCompilerException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
スローされている例外に関するシリアル化済みオブジェクト データを保持している SerializationInfo。
- context
- StreamingContext
転送元または転送先についてのコンテキスト情報を含む StreamingContext です。
- 属性
注釈
このコンストラクターは、シリアル化解除の際に呼び出されて、ストリームで送信された例外オブジェクトを再構成します。
適用対象
RuntimeBinderInternalCompilerException(String, Exception)
指定したエラー メッセージおよびこの例外の原因である内部例外への参照を持つ、RuntimeBinderInternalCompilerException クラスの新しいインスタンスを初期化します。
public:
RuntimeBinderInternalCompilerException(System::String ^ message, Exception ^ innerException);
public RuntimeBinderInternalCompilerException (string message, Exception innerException);
public RuntimeBinderInternalCompilerException (string? message, Exception? innerException);
new Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException : string * Exception -> Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
例外の原因を説明するエラー メッセージ。
- innerException
- Exception
現在の例外の原因である例外、または、内部例外を指定しない場合は null 参照。
注釈
前の例外の直接の結果としてスローされる例外については、InnerException プロパティに、前の例外への参照を含める必要があります。
InnerException プロパティは、コンストラクターに渡されるのと同じ値を返します。または、InnerException プロパティがコンストラクターに内部例外値を提供しない場合には null
を返します。
次の表に、RuntimeBinderInternalCompilerException のインスタンスに対するプロパティの初期値を示します。
プロパティ | 値 |
---|---|
InnerException |
null . |
Message |
message で指定したエラー メッセージ文字列。 |
適用対象
.NET