Serial port and GPS

SerialForm.printExcp Method 

Common method for showing exception errors 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 excpetion itself

See Also

SerialForm Class | serial Namespace