MIQCVCharts.ErrorAlert

This event is called when an error occurs.

Syntax Parameters Return Value
Event MIQCVCharts.ErrorAlert( _
    severity As MIQCErrorSeverity, _
    code As Long, _
    errText As String)
  • severity [in]

Type: MIQCErrorSeverity

  • code [in]

Type: Long

  • errText [in]

Type: String

-