LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

WorkstationFeatureErrorEventArgs Constructor (WorkstationFeatureErrorEventArgs)

Show in webframe






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,
   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

See Also

Reference

WorkstationFeatureErrorEventArgs Class
WorkstationFeatureErrorEventArgs Members

 

 


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