FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer 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 C1FlexViewerPane, _
       ByVal ex As Exception, _
       ByVal operation As FlexViewerErrorOperation _
    )
    public OperationErrorEventArgs( 
       C1FlexViewerPane fvp,
       Exception ex,
       FlexViewerErrorOperation operation
    )

    Parameters

    fvp
    ex
    operation
    See Also