GXDN: Gurux Developer Network
ErrorEventHandler Delegate
NamespacesGurux.PingErrorEventHandler
Errors that occur after the connection is established, are sent through this method.
Parameters
sender (Object)
The source of the event.
errorInfo (String)
Description of error that has occurred.
Examples
Copy 
'This example shows how to show error that has occurred.
sub GXPing1_OnError(ErrorInfo as string)
   msgbox ErrorInfo
end sub
See Also

Assembly: Gurux.Ping (Module: Gurux.Ping) Version: 5.0.0.1