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

ShowWarning(Control,Exception) Method







Type: System.Windows.Forms.Control The control displaying the message.
Type: System.Exception The exception which its message will be displayed.
Display a warning message to the user.
Syntax
public static void ShowWarning( 
   Control owner,
   Exception ex
)
'Declaration
 
Public Overloads Shared Sub ShowWarning( _
   ByVal owner As Control, _
   ByVal ex As Exception _
) 
'Usage
 
Dim owner As Control
Dim ex As Exception
 
WorkstationMessager.ShowWarning(owner, ex)
public static void ShowWarning( 
   Control owner,
   HResult ex
)
 function Leadtools.Medical.Workstation.WorkstationMessager.ShowWarning(Control,Exception)( 
   owner ,
   ex 
)
public: static void ShowWarning( 
   Control* owner,
   Exception* ex
) 
public:
static void ShowWarning( 
   Control* owner,
   Exception* ex
) 

Parameters

owner
Type: System.Windows.Forms.Control The control displaying the message.
ex
Type: System.Exception The exception which its message will 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
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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