Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.DisplayErrorMessage Method

Language:

Note: This documentation is preliminary and is subject to change.

Displays a custom error message box.

Definition

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

Parameters

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

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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