Previous topicNext topic
Help > Events >
DownloadError

DownloadError Event

Triggered following the call to the DownloadFile method, if an error occurs.

Syntax

Private Sub object_DownloadError(ByVal ErrNumber As Long, ByVal ErrDescription As String)

The DownloadError event syntax has these parts:

Element Description
Object The object placeholder represents an OrdoWebView2 control
ErrNumber Long. The error number that occurred during the download
ErrDescription String. Description of the error that occurred during download

Remarks     

  • This event can be triggered following the call to the DownloadFile method, if an error occurs