ComponentOne FlexReport for WinForms
FlexViewerErrorOperation Enumeration

C1.Win.FlexViewer.4 Assembly > C1.Win.FlexViewer Namespace : FlexViewerErrorOperation Enumeration
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.Win.FlexViewer.FlexViewerErrorOperation

See Also

Reference

C1.Win.FlexViewer Namespace