TemplateControl::OnError Method (EventArgs^)
.NET Framework (current version)
Raises the Error event.
Assembly: System.Web (in System.Web.dll)
The following code example demonstrates a possible way to use of the OnError method. It creates a string with some arguments that are not valid, which leads to an exception. Because the TemplateControl class is an abstract class, this code example was written using the Page class, which is derived from the TemplateControl class.
.NET Framework
Available since 1.1
Available since 1.1
Show: