5 lines
83 B
VB.net
5 lines
83 B
VB.net
|
|
Class MyException
|
||
|
|
Inherits Exception
|
||
|
|
'data with info about exception
|
||
|
|
End Class
|