Class EInternetException
Unit
internetaccess
Declaration
type EInternetException = class(Exception)
Description
Hierarchy
- Exception
- EInternetException
Overview
Fields
Methods
 |
constructor create(amessage: string); |
 |
constructor create(amessage: string; aerrorCode: integer); |
Description
Fields
 |
details:string; |
|
 |
errorCode: integer; |
|
Methods
 |
constructor create(amessage: string); |
|
 |
constructor create(amessage: string; aerrorCode: integer); |
|
Generated by PasDoc 0.14.0.
|