Serial port and GPS

OsmDldExcp Members

OsmDldExcp overview

Private Static (Shared) Methods

getEncodingFinds the encoding of the web response.
html2txtConverts the HTML string to simple text.

Public Instance Constructors

OsmDldExcp Constructor Initializes the exception from the given request and response.

Public Instance Properties

Data (inherited from Exception) 
HelpLink (inherited from Exception) 
InnerException (inherited from Exception) 
MessageReturns the description of the exception
reqReturns the POST request leading to the error
respReturns the response of the webserver.
Source (inherited from Exception) 
StackTrace (inherited from Exception) 
TargetSite (inherited from Exception) 

Public Instance Methods

Equals (inherited from Object) 
GetBaseException (inherited from Exception) 
GetHashCode (inherited from Object) 
GetObjectData (inherited from Exception) 
GetType (inherited from Exception) 
ToString (inherited from Exception) 

Protected Instance Properties

HResult (inherited from Exception) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Internal Instance Fields

hresult (inherited from Exception) 
message (inherited from Exception) 

Internal Instance Methods

FixRemotingException (inherited from Exception) 
GetFullNameForStackTrace (inherited from Exception) 
obj_address (inherited from Object) 
SetMessage (inherited from Exception) 
SetStackTrace (inherited from Exception) 

Private Instance Fields

m_reqPOST request leading to the error.
m_respWeb server response.

See Also

OsmDldExcp Class | serial Namespace | OsmDld