Error property
Type: Long, read-only
Error code from the last Ping method
call. The Ping method sets this property, which then remains unchanged
until the next Ping call.
Possible values include:
| hexIcmpErrSuccess |
0 |
| hexIcmpErrBufTooSmall |
11001 |
| hexIcmpErrDestNetUnreachable |
11002 |
| hexIcmpErrDestHostUnreachable |
11003 |
| hexIcmpErrDestProtUnreachable |
11004 |
| hexIcmpErrDestPortUnreachable |
11005 |
| hexIcmpErrNoResources |
11006 |
| hexIcmpErrBadOption |
11007 |
| hexIcmpErrHwError |
11008 |
| hexIcmpErrPacketTooBig |
11009 |
| hexIcmpErrReqTimedOut |
11010 |
| hexIcmpErrBadReq |
11011 |
| hexIcmpErrBadRoute |
11012 |
| hexIcmpErrTtlExpiredTransit |
11013 |
| hexIcmpErrTtlExpiredReassm |
11014 |
| hexIcmpErrParamProblem |
11015 |
| hexIcmpErrSourceQuench |
11016 |
| hexIcmpErrOptionTooBig |
11017 |
| hexIcmpErrBadDestination |
11018 |
| hexIcmpErrAddrDeleted |
11019 |
| hexIcmpErrSpecMtuChange |
11020 |
| hexIcmpErrMtuChange |
11021 |
| hexIcmpErrUnload |
11022 |
| hexIcmpErrAddrAdded |
11023 |
| hexIcmpErrGeneralFailure |
11050 |
If it has not yet reached the expiration date indicated by the Expires property or there is a problem with the
license, HexIcmp will initialize the property with one of the
following license-related errors:
| hexIcmpErrLicenseFileNotFound |
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. |
|
| hexIcmpErrCouldNotOpenLicenseFile |
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. |
|
| hexIcmpErrCorruptLicenseFile |
4 |
| The license file has been modified in some way. Restore your backup
version or obtain a new copy from Hexillion. |
|
| hexIcmpErrWrongProductLicense |
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. |
|
| hexIcmpErrWrongVersionLicense |
6 |
| The license file was not created for this version of the component. |
|
| hexIcmpErrUnlicensedProcessors |
7 |
| The component is executing on a machine with more processors than the
license file allows. |
|