LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
DetailedError Property
See Also 
Leadtools.Medical.Workstation Namespace > WorkstationMessager Class : DetailedError Property




Gets or sets a value to display exceptions in the Leadtools.Medical.Workstation.UI.ViewErrorDetailsDialog

Syntax

Visual Basic (Declaration) 
Public Shared Property DetailedError As Boolean
Visual Basic (Usage)Copy Code
Dim value As Boolean
 
WorkstationMessager.DetailedError = value
 
value = WorkstationMessager.DetailedError
C# 
public static bool DetailedError {get; set;}
Managed Extensions for C++ 
public: __property static bool get_DetailedError();
public: __property static void set_DetailedError( 
   bool value
);
C++/CLI 
public:
static property bool DetailedError {
   bool get();
   void set (    bool value);
}

Property Value

True to display exceptions in the Leadtools.Medical.Workstation.UI.ViewErrorDetailsDialog. If false, the exceptions message will be displayed in a System.Windows.Forms.MessageBox only.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also