ScriptTaskUI.ReportError(Exception) Method

Definition

Reports the specified exception.

public:
 void ReportError(Exception ^ ex);
public void ReportError (Exception ex);
member this.ReportError : Exception -> unit
Public Sub ReportError (ex As Exception)

Parameters

ex
Exception

The exception to report.

Applies to