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


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

Public Sub New ( _ message As String, _ innerException As Exception, _ virtualPath As String, _ sourceCode As String, _ line As Integer _ )
Dim message As String Dim innerException As Exception Dim virtualPath As String Dim sourceCode As String Dim line As Integer Dim instance As New HttpParseException(message, innerException, virtualPath, sourceCode, line)
public HttpParseException ( string message, Exception innerException, string virtualPath, string sourceCode, int line )
public: HttpParseException ( String^ message, Exception^ innerException, String^ virtualPath, String^ sourceCode, int line )
public HttpParseException ( String message, Exception innerException, String virtualPath, String sourceCode, int line )
public function HttpParseException ( message : String, innerException : Exception, virtualPath : String, sourceCode : String, line : int )

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


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

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

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


HttpParseException コンストラクタ

名前 | 説明 |
---|---|
HttpParseException () | HttpParseException クラスの新しいインスタンスを初期化します。 |
HttpParseException (String) | 指定したエラー メッセージを使用して、HttpParseException クラスの新しいインスタンスを初期化します。 |
HttpParseException (String, Exception) | 指定したエラー メッセージと内部例外に対する参照を使用して、HttpParseException クラスの新しいインスタンスを初期化します。 |
HttpParseException (String, Exception, String, String, Int32) | コンパイルされていたソース コードに関する情報と例外が発生した行番号を使用して、HttpParseException クラスの新しいインスタンスを初期化します。 |

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


HttpException コンストラクタを使用する例を次に示します。作業用の完全なコード例については、HttpParseException の概要トピックを参照してください。

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


- HttpParseException コンストラクタ ()のページへのリンク