HttpParseException.ParserErrors プロパティ

定義

現在の例外の解析エラーを取得します。

public:
 property System::Web::ParserErrorCollection ^ ParserErrors { System::Web::ParserErrorCollection ^ get(); };
public System.Web.ParserErrorCollection ParserErrors { get; }
member this.ParserErrors : System.Web.ParserErrorCollection
Public ReadOnly Property ParserErrors As ParserErrorCollection

プロパティ値

ParserErrorCollection

現在の例外の解析エラーのコレクション。

適用対象