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

Error Property (UpdateSummaryEventArgs)







Gets or sets the error exception.
Syntax
public Exception Error {get; set;}
'Declaration
 
Public Property Error As Exception
'Usage
 
Dim instance As UpdateSummaryEventArgs
Dim value As Exception
 
instance.Error = value
 
value = instance.Error
public HResult Error {get; set;}
 get_Error();
set_Error(value);
public: __property Exception* get_Error();
public: __property void set_Error( 
   Exception* value
);
public:
property Exception* Error {
   Exception* get();
   void set (    Exception* value);
}

Property Value

Type: System.Exception The error exception.
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

UpdateSummaryEventArgs Class
UpdateSummaryEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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