AsyncProcessingOperationTOnProcessingFailed Method |
Processing failed event invoker.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual void OnProcessingFailed(
AsyncProcessingOperationArgs<T> eventArgs,
Exception ex
)
Public Overridable Sub OnProcessingFailed (
eventArgs As AsyncProcessingOperationArgs(Of T),
ex As Exception
)
public:
virtual void OnProcessingFailed(
AsyncProcessingOperationArgs<T>^ eventArgs,
Exception^ ex
)
Parameters
- eventArgs
- Type: MFiles.VAF.MultiserverModeAsyncProcessingOperationArgsT
The event args. - ex
- Type: SystemException
The exception object.
See Also