G
Guest
I've looked throughout the documentation for an exception enumeration, either by name or by number. I've come across several examples indicating there must be a list available. Somehow I'm missing it. Can some generous soul direct me to it? Thanks
polynomial5
Here are some examples
Public Class FileNotFoundException
Inherits Exception
' Implementation code goes here
End Clas
Try
' "Try" block
Catch e as ClassLoadException
' "Catch" block
Finally
' "Finally" block
End Tr
Tr
' "Try" block
Catch When ErrNum = 5 'Type mismatch
' "Catch" block
Finall
' "Finally" block
End Tr
' Derive an exception with a specifiable message and inner exception
Class LogTableOverflowExceptio
Inherits Exceptio
polynomial5
Here are some examples
Public Class FileNotFoundException
Inherits Exception
' Implementation code goes here
End Clas
Try
' "Try" block
Catch e as ClassLoadException
' "Catch" block
Finally
' "Finally" block
End Tr
Tr
' "Try" block
Catch When ErrNum = 5 'Type mismatch
' "Catch" block
Finall
' "Finally" block
End Tr
' Derive an exception with a specifiable message and inner exception
Class LogTableOverflowExceptio
Inherits Exceptio