ComponentTray::DisplayError Method (Exception^)

 

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

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

protected:
void DisplayError(
	Exception^ e
)

Parameters

e
Type: System::Exception^

The exception about which to display information.

.NET Framework
Available since 1.1
Return to top
Show: