dict.cc dictionary

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 _
)
[C#]
private void printExcp(
   string aTitle,
   Exception anExcp
);

Parameters

aTitle
the title of the exception
anExcp
the exception itself

See Also

DictForm Class | dict Namespace