次の方法で共有


ReflectionTypeLoadException コンストラクタ (Type[], Exception , String)

クラス、そのクラスに関連付けられた例外、例外の説明を指定して、ReflectionTypeLoadException クラスの新しいインスタンスを初期化します。

名前空間: System.Reflection
アセンブリ: mscorlib (mscorlib.dll 内)

構文

'宣言
Public Sub New ( _
    classes As Type(), _
    exceptions As Exception(), _
    message As String _
)
'使用
Dim classes As Type()
Dim exceptions As Exception()
Dim message As String

Dim instance As New ReflectionTypeLoadException(classes, exceptions, message)
public ReflectionTypeLoadException (
    Type[] classes,
    Exception[] exceptions,
    string message
)
public:
ReflectionTypeLoadException (
    array<Type^>^ classes, 
    array<Exception^>^ exceptions, 
    String^ message
)
public ReflectionTypeLoadException (
    Type[] classes, 
    Exception[] exceptions, 
    String message
)
public function ReflectionTypeLoadException (
    classes : Type[], 
    exceptions : Exception[], 
    message : String
)

パラメータ

  • classes
    モジュールで定義され、読み込まれたクラスを保持している type 型の配列。この配列には null 参照 (Visual Basic の場合は Nothing) 値が含まれることがあります。
  • exceptions
    クラス ローダーがスローした例外を保持している Exception 型の配列。classes 配列の null 参照 (Visual Basic の場合は Nothing) 値は、この exceptions 配列の例外に合わせて並べられます。
  • message
    この例外がスローされた原因を説明する文字列。

プラットフォーム

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 2.0、1.1、1.0

参照

関連項目

ReflectionTypeLoadException クラス
ReflectionTypeLoadException メンバ
System.Reflection 名前空間