TemplateControl.OnAbortTransaction Method (EventArgs)

 

Raises the AbortTransaction event.

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

abstract OnAbortTransaction : 
        e:EventArgs -> unit
override OnAbortTransaction : 
        e:EventArgs -> unit

Parameters

e
Type: System.EventArgs

An EventArgs that contains the event data.

The following code example demonstrates how to use the OnAbortTransaction and OnCommitTransaction methods. Because TemplateControl is an abstract class, this code example uses the Page class, which is derived from the TemplateControl class. Account is a class that supports a Debit operation, which is transactional and must execute as a unit. If any exception is raised during this operation, the transaction is ended.

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

.NET Framework
Available since 1.1
Return to top
Show: