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

WorkstationFeatureErrorEventArgs Constructor (WorkstationFeatureErrorEventArgs)







The feature that failed to run.
The System.Exception that represents the error that occurred.
Initializes a new instance of the WorkstationFeatureErrorEventArgs class.
Syntax
public WorkstationFeatureErrorEventArgs( 
   string featureId,
   Exception error
)
'Declaration
 
Public Function New( _
   ByVal featureId As String, _
   ByVal error As Exception _
)
'Usage
 
Dim featureId As String
Dim error As Exception
 
Dim instance As New WorkstationFeatureErrorEventArgs(featureId, error)
public WorkstationFeatureErrorEventArgs( 
   string featureId,
   HResult error
)
function WorkstationFeatureErrorEventArgs( 
   featureId ,
   error 
)
public: WorkstationFeatureErrorEventArgs( 
   string* featureId,
   Exception* error
)
public:
WorkstationFeatureErrorEventArgs( 
   string* featureId,
   Exception* error
)

Parameters

featureId
The feature that failed to run.
error
The System.Exception that represents the error that occurred.
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

WorkstationFeatureErrorEventArgs Class
WorkstationFeatureErrorEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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