TemplateControl.OnError Method
.NET Framework 2.0
Raises the Error event.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: