HttpRequestValidationException コンストラクタ

名前 | 説明 |
---|---|
HttpRequestValidationException () | HttpRequestValidationException クラスの新しいインスタンスを作成します。 |
HttpRequestValidationException (String) | 指定したエラー メッセージを使用して、新しい HttpRequestValidationException 例外を作成します。 |
HttpRequestValidationException (String, Exception) | 指定したエラー メッセージと、例外の原因である内部例外への参照を使用して、HttpRequestValidationException クラスの新しいインスタンスを初期化します。 |

HttpRequestValidationException コンストラクタ (String)
アセンブリ: System.Web (system.web.dll 内)


message パラメータの内容は、ユーザーが理解できる内容にします。HttpRequestValidationException(String) コンストラクタの呼び出し元は、message 文字列がローカライズ済みであることを確認しておく必要があります。

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


HttpRequestValidationException コンストラクタ (String, Exception)
アセンブリ: System.Web (system.web.dll 内)

Dim message As String Dim innerException As Exception Dim instance As New HttpRequestValidationException(message, innerException)

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

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


HttpRequestValidationException コンストラクタ ()
アセンブリ: System.Web (system.web.dll 内)


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


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