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

屬性值

這是針對當前例外的解析器錯誤集合。

適用於