FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / FlexViewerErrorOperation Enumeration

In This Topic
    FlexViewerErrorOperation Enumeration
    In This Topic
    Describes the operation being executed when the error occurred.
    Syntax
    'Declaration
     
    Public Enum FlexViewerErrorOperation 
       Inherits System.Enum
    public enum FlexViewerErrorOperation : System.Enum 
    Members
    MemberDescription
    CustomActionAn exception occurred during the custom action execution.
    ExportAn exception occurred during the Export operation.
    FindActionAn exception occurred during the find action execution.
    GenerateAn exception occurred during the Generate operation.
    PrintAn exception occurred during the Print operation.
    UnexpectedAn exception occurred at an unexpected moment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.FlexViewer.FlexViewerErrorOperation

    See Also