←Select platform

ShowDetailedError Method

Summary

Displays an exception in the Leadtools.Medical.Workstation.UI.ViewErrorDetailsDialog

Syntax

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

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