Displays the given Excception and it's info in a message box. This properly integrates the message box display with the development environment.
[Visual Basic] Overloads Sub ShowError( _ ByVal ex As Exception _ ) [C#] void ShowError( Exception ex ); [C++] void ShowError( Exception* ex ) = 0; [JScript] function ShowError( ex : Exception );
IUIService Interface | IUIService Members | System.WinForms.Design Namespace | IUIService.ShowError Overload List