RosettaCodeData/Task/Exceptions/C-sharp/exceptions-2.cs

5 lines
38 B
C#

void foo()
{
throw MyException();
}