Serial port and GPS

SerialGPSForm.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

SerialGPSForm Class | serial Namespace