LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ShowDetailedError Method

Show in webframe






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,
   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

See Also

Reference

WorkstationMessager Class
WorkstationMessager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.