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

5 lines
38 B
C#
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
void foo()
{
throw MyException();
}