NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IUIService.ShowError (String)

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
);

Parameters

message
The error message to display.

See Also

IUIService Interface | IUIService Members | System.WinForms.Design Namespace | IUIService.ShowError Overload List