ControlDesigner.DisplayError(Exception) Method

Definition

Displays information about the specified exception to the user.

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 to display.

Applies to