NetXP 3.0 Reference

Msg.Except Method 

Creates an exception dialog.

[Visual Basic]
Public Shared Function Except( _
   ByVal parent As IWin32Window, _
   ByVal x As Exception, _
   ByVal appname As String _
) As EndChoices
[C#]
public static EndChoices Except(
   IWin32Window parent,
   Exception x,
   string appname
);

Parameters

parent
The parent window. Can be null.
x
The exception to describe.
appname
The application causing the exception.

Return Value

Which button was chosen when the dialog quit.

See Also

Msg Class | NETXP.Library Namespace