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