|
Usually the exceptions that occur in the try are caught in the catch block. The
finally is used to do all the cleaning up work. But exceptions can occur even
in the finally block.................
The usual try - catch - finally - ent try format has to be followed. However, in
this case, instead of using the preset exceptions from the
System.Exception..............
Also read
Here you have details about exception handling and ways to handle exception in
ASP.NET. It also includes brief detail of Try/catch block, Error Events
and Custom Error Pages.
Application exceptions can be user defined exceptions thrown by the
application.............
Object.Finalize method in .NET is typically used to clean and release unmanaged
resources like OS files, window etc............
Data Provider provides objects through which functionalities like opening and
closing connection, retrieving and updating data can be availed.............
DataSet object can contain multiple rowsets from the same data source as well as
from the relationships between them..........
|