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

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

HttpParseException コンストラクタ ()


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

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

コンパイルされていたソース コードに関する情報例外発生した行番号使用して、HttpParseException クラス新しインスタンス初期化します。

名前空間: System.Web
アセンブリ: 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
)

パラメータ

message

エラー発生時に指定する例外メッセージ

innerException

現在の例外の原因である例外innerExceptionnull 参照 (Visual Basic では Nothing) でない場合は、内部例外処理する catch ブロック現在の例外が発生します

virtualPath

例外仮想パス

sourceCode

エラー発生時にコンパイルされていたソース コード

line

例外発生した行番号

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

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

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

指定したエラー メッセージ内部例外対す参照使用して、HttpParseException クラス新しインスタンス初期化します。

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

Public Sub New ( _
    message As String, _
    innerException As Exception _
)
Dim message As String
Dim innerException As Exception

Dim instance As New HttpParseException(message,
 innerException)
public HttpParseException (
    string message,
    Exception innerException
)
public:
HttpParseException (
    String^ message, 
    Exception^ innerException
)
public HttpParseException (
    String message, 
    Exception innerException
)
public function HttpParseException (
    message : String, 
    innerException : Exception
)

パラメータ

message

エラー発生時に指定する例外メッセージ

innerException

現在の例外の原因である例外innerException パラメータnull 参照 (Visual Basic では Nothing) でない場合は、内部例外処理する catch ブロック現在の例外が発生します

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

HttpParseException コンストラクタ


HttpParseException コンストラクタ (String)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

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

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

使用例使用例

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

Throw New HttpParseException("This
 custom HtmlSelect control" & _ 
         "requires child elements of the form ""MyCustomOption""")
throw new HttpParseException("This custom HtmlSelect control"
 +                                                  "requires child elements
 of the form \"MyCustomOption\"");
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
HttpParseException クラス
HttpParseException メンバ
System.Web 名前空間



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

辞書ショートカット

すべての辞書の索引

「HttpParseException コンストラクタ ()」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS