RosettaCodeData/Task/Exceptions/Visual-Basic-.NET/exceptions-1.vb

5 lines
83 B
VB.net
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Class MyException
Inherits Exception
'data with info about exception
End Class