ImageGear22.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : ShowExceptionInfo Method |
'Declaration Public Shared Sub ShowExceptionInfo( _ ByVal owner As IWin32Window, _ ByVal exception As Exception _ )
'Usage Dim owner As IWin32Window Dim exception As Exception ImGearWinForms.ShowExceptionInfo(owner, exception)
public static void ShowExceptionInfo( IWin32Window owner, Exception exception )
public: static void ShowExceptionInfo( IWin32Window* owner, Exception* exception )
public: static void ShowExceptionInfo( IWin32Window^ owner, Exception^ exception )