Framework.DisplayErrorMessage Method

Language:

Displays a custom error message box.

Definition

Visual Basic Public Sub DisplayErrorMessage( _
    ByVal e As Exception _
)
C# public void DisplayErrorMessage(
    Exception e
);
C++ public:
void DisplayErrorMessage(
    Exceptione
);
JScript public function DisplayErrorMessage(
    e : Exception
);

Parameters

e System.Exception
The exception that the displayed message box will show.

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center