I am using the keyword of "Using" in c#. If any exception come how it will handle.
If
{
}
exception ex
throws{
catch
}
Finally
NOthing..
This code will be internally executed.This code is not required write explicitly. How the developer will know the exception
Nagaraju