LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
UpdateSummaryEventArgs Constructor(Exception)
See Also 
Leadtools.Medical.Workstation.UI.Commands Namespace > UpdateSummaryEventArgs Class > UpdateSummaryEventArgs Constructor : UpdateSummaryEventArgs Constructor(Exception)




error
Type: System.Exception The error for the updated summary.
Initializes a new instance of the UpdateSummaryEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal error As Exception _
)
Visual Basic (Usage)Copy Code
Dim error As Exception
 
Dim instance As New UpdateSummaryEventArgs(error)
C# 
public UpdateSummaryEventArgs( 
   Exception error
)
Managed Extensions for C++ 
public: UpdateSummaryEventArgs( 
   Exception* error
)
C++/CLI 
public:
UpdateSummaryEventArgs( 
   Exception^ error
)

Parameters

error
Type: System.Exception The error for the updated summary.

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