LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ShowError(Control,Exception) Method

Show in webframe






Type: System.Windows.Forms.Control The control displaying the message.
Type: System.Exception The exception to be displayed.
Display an error message.
Syntax
public static void ShowError( 
   Control owner,
   Exception ex
)
'Declaration
 
Public Overloads Shared Sub ShowError( _
   ByVal owner As Control, _
   ByVal ex As Exception _
) 
'Usage
 
Dim owner As Control
Dim ex As Exception
 
WorkstationMessager.ShowError(owner, ex)

            

            
public: static void ShowError( 
   Control* owner,
   Exception* ex
) 
public:
static void ShowError( 
   Control* owner,
   Exception* ex
) 

Parameters

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

Target Platforms

See Also

Reference

WorkstationMessager Class
WorkstationMessager Members
Overload List

 

 


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