C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / OperationErrorEventArgs Class / OperationErrorEventArgs Constructor

In This Topic
OperationErrorEventArgs Constructor
In This Topic
Initializes a new instance of the OperationErrorEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal fvp As FlexViewerPane, _
   ByVal ex As Exception, _
   ByVal operation As FlexViewerErrorOperation _
)
 

Parameters

fvp
ex
operation
See Also