ComponentTray.DisplayError(Exception) Method

Definition

Displays an error message to the user with information about the specified exception.

protected:
 void DisplayError(Exception ^ e);
protected void DisplayError (Exception e);
member this.DisplayError : Exception -> unit
Protected Sub DisplayError (e As Exception)

Parameters

e
Exception

The exception about which to display information.

Applies to