Framework.DisplayErrorMessage(Exception) Method (DisplayErrorMessage)
Displays a custom error message box.
Visual Basic Public Sub DisplayErrorMessage( _
ByVal e As Exception_
)C# public void DisplayErrorMessage(
Exceptione
);C++ public:
void DisplayErrorMessage(
Exception^ e
);JScript public function DisplayErrorMessage(
e : Exception
);
e System.Exception
The exception that the displayed message box will show.
Show:
