HttpParseException::ParserErrors Property

 

Gets the parser errors for the current exception.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property ParserErrorCollection^ ParserErrors {
	ParserErrorCollection^ get();
}

Property Value

Type: System.Web::ParserErrorCollection^

A collection of the parser errors for the current exception.

.NET Framework
Available since 2.0
Return to top
Show: