Error property
Type: Long, read-only
Error code from the last method call. After a method returns, this property remains
unchanged until the next call..
Possible values include:
| hexDnsErrSuccess |
0 |
| hexDnsErrAddressNotAvailable |
10049 |
| hexDnsErrNetworkDown |
10050 |
| hexDnsErrNetworkUnreachable |
10051 |
| hexDnsErrConnectionAborted |
10053 |
| hexDnsErrConnectionReset |
10054 |
| hexDnsErrTimedOut |
10060 |
| hexDnsErrConnectionRefused |
10061 |
| hexDnsErrHostUnreachable |
10065 |
If it has not yet reached the expiration date indicated by the Expires property or there is a problem with the
license, Connection will initialize the Error property with one of the
following license-related errors:
| hexDnsErrLicenseFileNotFound |
2 |
| This is the normal error during the evaluation period. If you see this
after purchasing a license, make sure the license file is in the same directory as the
component. |
|
| hexDnsErrCouldNotOpenLicenseFile |
3 |
| The license file was found but could not be opened for reading. Make sure
the license file permissions are the same as those of the component. |
|
| hexDnsErrCorruptLicenseFile |
4 |
| The license file has been modified in some way. Restore your backup
version or obtain a new copy from Hexillion. |
|
| hexDnsErrWrongProductLicense |
5 |
| The component is not the product named in the license file. License files
can only be used with the products for which they were created. |
|
| hexDnsErrWrongVersionLicense |
6 |
| The license file was not created for this version of the component. |
|
| hexDnsErrUnlicensedProcessors |
7 |
| The component is executing on a machine with more processors than the
license file allows. |
|