ReflectionTypeLoadException コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ReflectionTypeLoadException コンストラクタの意味・解説 

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

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

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

Public Sub New ( _
    classes As Type(), _
    exceptions As Exception() _
)
Dim classes As Type()
Dim exceptions As Exception()

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

パラメータ

classes

モジュール定義され読み込まれクラス保持している type 型の配列。この配列には null 参照 (Visual Basic の場合Nothing) 値が含まれることがあります

exceptions

クラス ローダースローした例外保持している Exception 型配列classes 配列null 参照 (Visual Basic の場合Nothing) 値は、この exceptions 配列例外合わせて並べられます。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ReflectionTypeLoadException クラス
ReflectionTypeLoadException メンバ
System.Reflection 名前空間

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

この例外スローされた原因説明する文字列

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ReflectionTypeLoadException クラス
ReflectionTypeLoadException メンバ
System.Reflection 名前空間

ReflectionTypeLoadException コンストラクタ

ReflectionTypeLoadException クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

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

関連項目

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



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ReflectionTypeLoadException コンストラクタ」の関連用語

ReflectionTypeLoadException コンストラクタのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ReflectionTypeLoadException コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS