ImageGear for .NET
ShowExceptionInfo Method
See Also  Send Feedback
ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : ShowExceptionInfo Method




owner
Handle of window to use as parent for dialog box.
exception
Exception to show information about.

Glossary Item Box

Shows a window with information about an exception.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

owner
Handle of window to use as parent for dialog box.
exception
Exception to show information about.

Remarks

This method is typically called in the outermost catch block of a thread for which RegisterExceptionHandler was called. But, it can be used any time an exception occurs.

See Also

©2013. Accusoft Corporation. All Rights Reserved.