[]
        
(Showing Draft Content)

C1.WinUI.Viewer.OperationErrorEventArgs

OperationErrorEventArgs Class

Provides data for the OperationError event.

Inheritance
OperationErrorEventArgs
Namespace: C1.WinUI.Viewer
Assembly: C1.WinUI.Viewer.dll
Syntax
public class OperationErrorEventArgs : EventArgs

Constructors

Name Description
OperationErrorEventArgs(FlexViewerPane, Exception, FlexViewerErrorOperation)

Initializes a new instance of the OperationErrorEventArgs class.

Properties

Name Description
Exception

Gets the exception that represents the error.

Handled

Gets or sets a value indicating if no additional actions are required.

Operation

Gets the operation being executed when the error occurred.

StatusText

Gets or sets a string displayed as StatusText.

ThrowException

Gets or sets a value indicating whether to throw the exception.