ScriptTaskUI.ReportError(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.