RosettaCodeData/Task/Exceptions/Visual-Basic-.NET/exceptions-2.visual

4 lines
44 B
Plaintext

Sub foo()
Throw New MyException
End Sub