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 (Exception)

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

Parameters

ex
The Exception to display.

See Also

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