V
vijaynats
Why isn't there a 'throws' keyword in C# like java -
i would like to declare a function and say -
public int addup(int a, int b) throws ArithmeticExceptio,
DivideByZeroException
{
...
...
}
just like java so that addup function only throws these two types of
exceptions
is there any alternate coding? and if its not been included then why?
i'm new to c#
Your views are eagerly awaited
Thanks
Vijay
i would like to declare a function and say -
public int addup(int a, int b) throws ArithmeticExceptio,
DivideByZeroException
{
...
...
}
just like java so that addup function only throws these two types of
exceptions
is there any alternate coding? and if its not been included then why?
i'm new to c#
Your views are eagerly awaited
Thanks
Vijay