ReflectionTypeLoadException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ReflectionTypeLoadException クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| ReflectionTypeLoadException(Type[], Exception[]) |
指定されたクラスとそれに関連付けられた例外を使用して、 ReflectionTypeLoadException クラスの新しいインスタンスを初期化します。 |
| ReflectionTypeLoadException(Type[], Exception[], String) |
指定したクラス、関連付けられている例外、および例外の説明を使用して、 ReflectionTypeLoadException クラスの新しいインスタンスを初期化します。 |
ReflectionTypeLoadException(Type[], Exception[])
指定されたクラスとそれに関連付けられた例外を使用して、 ReflectionTypeLoadException クラスの新しいインスタンスを初期化します。
public:
ReflectionTypeLoadException(cli::array <Type ^> ^ classes, cli::array <Exception ^> ^ exceptions);
public ReflectionTypeLoadException(Type[] classes, Exception[] exceptions);
public ReflectionTypeLoadException(Type?[]? classes, Exception?[]? exceptions);
public ReflectionTypeLoadException(Type[]? classes, Exception?[]? exceptions);
new System.Reflection.ReflectionTypeLoadException : Type[] * Exception[] -> System.Reflection.ReflectionTypeLoadException
Public Sub New (classes As Type(), exceptions As Exception())
パラメーター
- classes
- Type[]
モジュールで定義され、読み込まれたクラスを格納 Type 型の配列。 この配列には、null 参照 (Visual Basicでは Nothing) 値を含めることができます。
- exceptions
- Exception[]
クラス ローダーによってスローされた例外を含む Exception 型の配列。
Nothing 配列内の null 参照 (Visual Basic内の classes) 値は、この exceptions 配列の例外と一緒に並びます。
適用対象
ReflectionTypeLoadException(Type[], Exception[], String)
指定したクラス、関連付けられている例外、および例外の説明を使用して、 ReflectionTypeLoadException クラスの新しいインスタンスを初期化します。
public:
ReflectionTypeLoadException(cli::array <Type ^> ^ classes, cli::array <Exception ^> ^ exceptions, System::String ^ message);
public ReflectionTypeLoadException(Type[] classes, Exception[] exceptions, string message);
public ReflectionTypeLoadException(Type?[]? classes, Exception?[]? exceptions, string? message);
public ReflectionTypeLoadException(Type[]? classes, Exception?[]? exceptions, string? message);
new System.Reflection.ReflectionTypeLoadException : Type[] * Exception[] * string -> System.Reflection.ReflectionTypeLoadException
Public Sub New (classes As Type(), exceptions As Exception(), message As String)
パラメーター
- classes
- Type[]
モジュールで定義され、読み込まれたクラスを格納 Type 型の配列。 この配列には、null 参照 (Visual Basicでは Nothing) 値を含めることができます。
- exceptions
- Exception[]
クラス ローダーによってスローされた例外を含む Exception 型の配列。
Nothing 配列内の null 参照 (Visual Basic内の classes) 値は、この exceptions 配列の例外と一緒に並びます。
- message
- String
例外がスローされた理由を説明する String 。