EntryPointNotFoundExceptionとは? わかりやすく解説

EntryPointNotFoundException クラス

開始メソッド指定されていないことが原因クラス読み込み失敗した場合スローされる例外

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

<SerializableAttribute> _
<ComVisibleAttribute(True)> _
Public Class EntryPointNotFoundException
    Inherits TypeLoadException
Dim instance As EntryPointNotFoundException
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public class EntryPointNotFoundException :
 TypeLoadException
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public ref class EntryPointNotFoundException
 : public TypeLoadException
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
public class EntryPointNotFoundException extends
 TypeLoadException
SerializableAttribute 
ComVisibleAttribute(true) 
public class EntryPointNotFoundException extends
 TypeLoadException
解説解説
継承階層継承階層
System.Object
   System.Exception
     System.SystemException
       System.TypeLoadException
        System.EntryPointNotFoundException
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

EntryPointNotFoundException コンストラクタ ()

EntryPointNotFoundException クラス新しインスタンス初期化します。

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

Dim instance As New EntryPointNotFoundException
public EntryPointNotFoundException ()
public:
EntryPointNotFoundException ()
public EntryPointNotFoundException ()
public function EntryPointNotFoundException
 ()
解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
EntryPointNotFoundException クラス
EntryPointNotFoundException メンバ
System 名前空間

EntryPointNotFoundException コンストラクタ (SerializationInfo, StreamingContext)

シリアル化したデータ使用して、EntryPointNotFoundException クラス新しインスタンス初期化します。

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

Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New EntryPointNotFoundException(info,
 context)
protected EntryPointNotFoundException (
    SerializationInfo info,
    StreamingContext context
)
protected:
EntryPointNotFoundException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected EntryPointNotFoundException (
    SerializationInfo info, 
    StreamingContext context
)
protected function EntryPointNotFoundException
 (
    info : SerializationInfo, 
    context : StreamingContext
)

パラメータ

info

シリアル化されたオブジェクト データ保持するオブジェクト

context

転送元または転送先に関すコンテキスト情報

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

EntryPointNotFoundException コンストラクタ (String, Exception)

指定したエラー メッセージと、この例外原因である内部例外への参照使用して、EntryPointNotFoundException クラス新しインスタンス初期化します。

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

解説解説

前の例外直接結果としてスローされる例外については、InnerException プロパティに、前の例外への参照格納されます。InnerException プロパティは、コンストラクタ渡されたものと同じ値を返しますInnerException プロパティによって内部例外値がコンストラクタ渡されなかった場合は、null 参照 (Visual Basic の場合Nothing) を返します

EntryPointNotFoundExceptionインスタンス初期プロパティ値を次の表に示します

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
EntryPointNotFoundException クラス
EntryPointNotFoundException メンバ
System 名前空間
Exception
その他の技術情報
例外の処理とスロー

EntryPointNotFoundException コンストラクタ

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

名前 説明
EntryPointNotFoundException () EntryPointNotFoundException クラス新しインスタンス初期化します。

.NET Compact Framework によってサポートされています。

EntryPointNotFoundException (String) 指定したエラー メッセージ使用してEntryPointNotFoundException クラス新しインスタンス初期化します。

.NET Compact Framework によってサポートされています。

EntryPointNotFoundException (SerializationInfo, StreamingContext) シリアル化したデータ使用してEntryPointNotFoundException クラス新しインスタンス初期化します。
EntryPointNotFoundException (String, Exception) 指定したエラー メッセージと、この例外原因である内部例外への参照使用してEntryPointNotFoundException クラス新しインスタンス初期化します。

.NET Compact Framework によってサポートされています。

参照参照

関連項目

EntryPointNotFoundException クラス
EntryPointNotFoundException メンバ
System 名前空間

EntryPointNotFoundException コンストラクタ (String)

指定したエラー メッセージ使用して、EntryPointNotFoundException クラス新しインスタンス初期化します。

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

Dim message As String

Dim instance As New EntryPointNotFoundException(message)
public EntryPointNotFoundException (
    string message
)
public:
EntryPointNotFoundException (
    String^ message
)
public EntryPointNotFoundException (
    String message
)
public function EntryPointNotFoundException
 (
    message : String
)

パラメータ

message

例外原因説明するエラー メッセージ

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

EntryPointNotFoundException プロパティ


パブリック プロパティパブリック プロパティ

プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ HResult  特定の例外割り当てられているコード化数値である HRESULT を取得または設定します。 ( Exception から継承されます。)
参照参照

関連項目

EntryPointNotFoundException クラス
System 名前空間
Exception

その他の技術情報

例外の処理とスロー

EntryPointNotFoundException メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
参照参照

関連項目

EntryPointNotFoundException クラス
System 名前空間
Exception

その他の技術情報

例外の処理とスロー

EntryPointNotFoundException メンバ

開始メソッド指定されていないことが原因クラス読み込み失敗した場合スローされる例外

EntryPointNotFoundException データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
( プロテクト コンストラクタ参照)
  名前 説明
パブリック メソッド EntryPointNotFoundException オーバーロードされます。 EntryPointNotFoundException クラス新しインスタンス初期化します。
プロテクト コンストラクタプロテクト コンストラクタ
  名前 説明
プロテクト メソッド EntryPointNotFoundException オーバーロードされますEntryPointNotFoundException クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ HResult  特定の例外割り当てられているコード化数値である HRESULT を取得または設定します。(Exception から継承されます。)
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

EntryPointNotFoundException クラス
System 名前空間
Exception

その他の技術情報

例外の処理とスロー


このページでは「.NET Framework クラス ライブラリ リファレンス」からEntryPointNotFoundExceptionを検索した結果を表示しています。
Weblioに収録されているすべての辞書からEntryPointNotFoundExceptionを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からEntryPointNotFoundExceptionを検索

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

辞書ショートカット

すべての辞書の索引

「EntryPointNotFoundException」の関連用語

EntryPointNotFoundExceptionのお隣キーワード
検索ランキング

   

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



EntryPointNotFoundExceptionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2024 GRAS Group, Inc.RSS