Serial port and GPS

Serial2IPForm.printExcp Method 

Common method for showing exception errors occured in this form.

[Visual Basic]
Private Shared Sub printExcp( _
   ByVal aTitle As String, _
   ByVal anExcp As Exception _
)
[C#]
private static void printExcp(
   string aTitle,
   Exception anExcp
);

Parameters

aTitle
The title of the exception
anExcp
The excpetion itself

See Also

Serial2IPForm Class | serial Namespace