GXDN: Gurux Developer Network
ErrorEventHandler Delegate
NamespacesGurux.ClientErrorEventHandler
Errors that occur after the connection is established, are sent through this method.
Parameters
sender (GXClient)
The source of the event.
errorInfo (String)
Description of error that has occurred.
Remarks
Usually connection errors are returned, when connections are made with MediaOpen method. If an error happens after connection is made, all connection errors are sent through this method.
Examples
CopyVBScript
'This example shows how to show error that has occurred.
sub GXDialUp1_OnError(ErrorInfo as string)
   msgbox ErrorInfo
end sub

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