ReflectionTypeLoadException コンストラクタ (Type[], Exception[])
アセンブリ: mscorlib (mscorlib.dll 内)

Dim classes As Type() Dim exceptions As Exception() Dim instance As New ReflectionTypeLoadException(classes, exceptions)

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


ReflectionTypeLoadException コンストラクタ (Type[], Exception[], String)
アセンブリ: mscorlib (mscorlib.dll 内)

Dim classes As Type() Dim exceptions As Exception() Dim message As String Dim instance As New ReflectionTypeLoadException(classes, exceptions, message)
public: ReflectionTypeLoadException ( array<Type^>^ classes, array<Exception^>^ exceptions, String^ message )
public function ReflectionTypeLoadException ( classes : Type[], exceptions : Exception[], message : String )
- classes
モジュールで定義され、読み込まれたクラスを保持している type 型の配列。この配列には null 参照 (Visual Basic の場合は Nothing) 値が含まれることがあります。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


ReflectionTypeLoadException コンストラクタ

名前 | 説明 |
---|---|
ReflectionTypeLoadException (Type[], Exception[]) | クラスと、そのクラスに関連付けられた例外を指定して、ReflectionTypeLoadException クラスの新しいインスタンスを初期化します。 |
ReflectionTypeLoadException (Type[], Exception[], String) | クラス、そのクラスに関連付けられた例外、例外の説明を指定して、ReflectionTypeLoadException クラスの新しいインスタンスを初期化します。 |

- ReflectionTypeLoadException コンストラクタのページへのリンク