RosettaCodeData/Task/Exceptions/PascalABC.NET/exceptions-3.pas

7 lines
59 B
ObjectPascal

try
...
except
on e: MyException do
statement
end;