HttpParseException.ParserErrors Property

Definition

Gets the parser errors for the current exception.

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

Property Value

A collection of the parser errors for the current exception.

Applies to