CollectionEditor.CollectionForm.DisplayError(Exception) Method

Definition

Displays the specified exception to the user.

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

Parameters

e
Exception

The exception to display.

Applies to