EntryPointNotFoundException コンストラクタ (SerializationInfo, StreamingContext)
アセンブリ: mscorlib (mscorlib.dll 内)

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


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


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

Dim message As String Dim inner As Exception Dim instance As New EntryPointNotFoundException(message, inner)

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

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


EntryPointNotFoundException コンストラクタ

名前 | 説明 |
---|---|
EntryPointNotFoundException () | EntryPointNotFoundException クラスの新しいインスタンスを初期化します。 .NET Compact Framework によってサポートされています。 |
EntryPointNotFoundException (String) | 指定したエラー メッセージを使用して、EntryPointNotFoundException クラスの新しいインスタンスを初期化します。 .NET Compact Framework によってサポートされています。 |
EntryPointNotFoundException (SerializationInfo, StreamingContext) | シリアル化したデータを使用して、EntryPointNotFoundException クラスの新しいインスタンスを初期化します。 |
EntryPointNotFoundException (String, Exception) | 指定したエラー メッセージと、この例外の原因である内部例外への参照を使用して、EntryPointNotFoundException クラスの新しいインスタンスを初期化します。 .NET Compact Framework によってサポートされています。 |

EntryPointNotFoundException コンストラクタ (String)
アセンブリ: mscorlib (mscorlib.dll 内)


message の内容は、ユーザーが理解できる内容にします。このコンストラクタの呼び出し元は、この文字列が現在のシステムのカルチャに合わせてローカライズ済みであることを確認しておく必要があります。
EntryPointNotFoundException のインスタンスの初期プロパティ値を次の表に示します。

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


EntryPointNotFoundException コンストラクタ ()
アセンブリ: mscorlib (mscorlib.dll 内)


このコンストラクタは、新しいインスタンスの Message プロパティを初期化し、その値として "エントリ ポイントが見つかりませんでした" などのエラーを説明するシステム提供のメッセージを指定します。このメッセージは、システムの現在のカルチャを考慮して指定します。
EntryPointNotFoundException のインスタンスの初期プロパティ値を次の表に示します。

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


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