ParserError::ErrorText Property
.NET Framework (current version)
Gets or sets a string that represents the error for the ParserError object.
Assembly: System.Web (in System.Web.dll)
Use the ErrorText property to provide a programmer-defined error message for parser errors for display in a ParserError object.
The following code example demonstrates how to populate the ErrorText property for a ParserError object.
.NET Framework
Available since 2.0
Available since 2.0
Show: