RosettaCodeData/Task/Exceptions/C-sharp/exceptions-2.cs
2023-07-01 13:44:08 -04:00

4 lines
38 B
C#

void foo()
{
throw MyException();
}