TemplateControl.OnError Method (EventArgs)

 

Raises the Error event.

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

No code example is currently available or this language may not be supported.

Parameters

e
Type: System.EventArgs

An EventArgs that contains the event data.

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: