LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Error Property (UpdateSummaryEventArgs)

Show in webframe






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: __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

See Also

Reference

UpdateSummaryEventArgs Class
UpdateSummaryEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.