DictForm.printExcp Method
Common method for showing exceptions occured in this form.
[Visual Basic]
Private Sub printExcp( _
ByVal
aTitle As
String, _
ByVal
anExcp As
Exception _
)
Parameters
-
aTitle
- the title of the exception
-
anExcp
- the exception itself
See Also
DictForm Class | dict Namespace