Framework.DisplayErrorMessage Method |
Language: |
Displays a custom error message box.
Visual Basic Public Sub DisplayErrorMessage( _
ByVal e As Exception _
)C# public void DisplayErrorMessage(
Exception e
);C++ public:
void DisplayErrorMessage(
Exception^ e
);JScript public function DisplayErrorMessage(
e : Exception
);
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