←Select platform

ShowWarning(Control,Exception) Method

Summary

Display a warning message to the user.

Syntax

C#
VB
C++
public static void ShowWarning( 
   Control owner, 
   Exception ex 
) 
  
Public Overloads Shared Sub ShowWarning( _ 
   ByVal owner As Control, _ 
   ByVal ex As Exception _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly