Serial port and GPS

OsmDldExcp Constructor 

Initializes the exception from the given request and response.

[Visual Basic]
Public Sub New( _
   ByVal aReq As Byte(), _
   ByVal aResp As WebResponse _
)
[C#]
public OsmDldExcp(
   byte[] aReq,
   WebResponse aResp
);

Parameters

aReq
The POST request causing the error
aResp
The HTML response of the web server

See Also

OsmDldExcp Class | serial Namespace