TemplateParser.ProcessException Method (Exception)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Reports a parser exception by creating a new ParserError object as the specified Exception exception and adding it to a ParserErrorCollection collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- ex
-
Type:
System.Exception
The Exception used to create a new ParserError.
| Exception | Condition |
|---|---|
| HttpCompileException | The Exception to process is a compiler error. |
.NET Framework
Available since 2.0
Available since 2.0
Show: