LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

ShowDetailedError Method







Type: System.Windows.Forms.Control The control displaying the message.
The message displayed for the error.
Type: System.Exception The exception to be displayed.
Displays an exception in the Leadtools.Medical.Workstation.UI.ViewErrorDetailsDialog
Syntax
public static void ShowDetailedError( 
   Control owner,
   string message,
   Exception ex
)
'Declaration
 
Public Shared Sub ShowDetailedError( _
   ByVal owner As Control, _
   ByVal message As String, _
   ByVal ex As Exception _
) 
'Usage
 
Dim owner As Control
Dim message As String
Dim ex As Exception
 
WorkstationMessager.ShowDetailedError(owner, message, ex)
public static void ShowDetailedError( 
   Control owner,
   string message,
   HResult ex
)
 function Leadtools.Medical.Workstation.WorkstationMessager.ShowDetailedError( 
   owner ,
   message ,
   ex 
)
public: static void ShowDetailedError( 
   Control* owner,
   string* message,
   Exception* ex
) 
public:
static void ShowDetailedError( 
   Control* owner,
   string* message,
   Exception* ex
) 

Parameters

owner
Type: System.Windows.Forms.Control The control displaying the message.
message
The message displayed for the error.
ex
Type: System.Exception The exception to be displayed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationMessager Class
WorkstationMessager Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.