SecureTcp Object : Error Event |
Visual Basic |
---|
Public Event Error( _ ByVal Number As ErrorConstants, _ ByVal Description As String _ ) |
Value | Description |
---|---|
ptAbort | Blocking operation cancelled by user |
ptAddressInUse | Specified address in use (Connect method) |
ptAddressNotAvailable | The remote address is not a valid address |
ptAuthentication | An invalid UserName or Password was specified |
ptBlocked | User thread is blocking in another method |
ptCompile | An error occurred while compiling |
ptConnected | A connection already exists |
ptConnectionAborted | Connection was aborted due to timeout or other failure |
ptConnectionRefused | Connection forcefully refused |
ptConnectionReset | Connection was reset by the remote side executing a hard close |
ptError | Unexpected error |
ptFile | An error has occurred while performing a File I/O operation. |
ptFormatError | The server was unable to interpret the query |
ptHeader | The header is not properly terminated |
ptHostNotFound | Authoritative: Host name could not be resolved |
ptHostUnreachable | The host is not found |
ptHttpInvalidUrl | The Url is unspecified or invalid. |
ptInvalidMailAddress | The EMail address specified was not valid |
ptInvalidParam1 | Parameter #1 is invalid |
ptInvalidParam2 | Parameter #2 is invalid |
ptInvalidParam3 | Parameter #3 is invalid |
ptInvalidParam4 | Parameter #4 is invalid |
ptInvalidProperty | Invalid property assignment. You are attempting to use a property that is not available in this version of the control. Please contact support@dart.com for more information. |
ptNetworkDown | The network subsystem has failed |
ptNetworkReset | Connection has been broken due to keep-alive activity detecting a failure |
ptNetworkUnreachable | The network is unreachable |
ptNoAccess | The user does not have the proper permissions |
ptNoBufferSpace | No buffer space is available |
ptNoCertificate | There was an error in creating credentials |
ptNoData | Valid name, no data record of requested type |
ptNoRecovery | A non-recoverable error |
ptNoSecurity | Secure communications is not available on this machine |
ptNotConnected | Not connected |
ptNotFound | The name referred to in the query does not exist |
ptNotImplemented | The server does not support the request type of query |
ptNotInitialized | Network interface could not be initialized |
ptOk | Ok |
ptOperationRefused | The server refused to perform the specified operation |
ptOptionNotSupported | Specified socket option not supported |
ptProtocol | An error has occurred in the the protocol |
ptServerError | There was a failure on the server |
ptSocks4DifferentUserID | The SOCKS4 server rejected the connection because the client program and identd report different user-ids |
ptSocks4NoAcceptableMethods | The SOCKS5 server will not accept any of the requested methods |
ptSocks4NoIdentd | The SOCKS4 server rejected the connection because it was unable to connect to identd on the client |
ptSocks4RequestRejected | The SOCKS4 server rejected the connection (No reason given) |
ptSocks5AddressTypeNotSupported | The SOCKS5 server reported that the address type is not supported |
ptSocks5AuthFailed | The SOCKS5 server rejected the connection because authorization failed |
ptSocks5CommandNotSupported | The SOCKS5 server reported that the command is not supported |
ptSocks5ConnectionRefused | The SOCKS5 server reported that the host connection was refused |
ptSocks5HostUnreachable | The SOCKS5 server reported that the host was unreachable |
ptSocks5NetworkUnreachable | The SOCKS5 server reported that the network was unreachable |
ptSocks5NoRuleSet | The SOCKS5 server reported that the connection was not allowed by the ruleset |
ptSocks5ServerFailure | The SOCKS5 server reported a general failure |
ptSocks5TTLExpired | The SOCKS5 server reported that the TTL has expired |
ptTimeout | Timeout occurred for requested operation |
ptTryAgain | Non-authoritiative: Host name could not be resolved |
zipError | An error occurred during a zip operation |
Some environments, such as IIS Active Server Pages, do not support event handling. In this case the application must rely on blocking and the Error object that is returned to the container when an error condition occurs.
Note See the appropriate method and property description for a list of errors that may be generated.