M-Files Vault Application Framework
C#
Show/Hide TOC
Async
Processing
Operation
T
Failure
Exception Property
Holds the failure exception, if the processing had an un-handled failure.
Definition
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
Exception
FailureException
{
get
;
set
; }
Property Value
Exception
See Also
Reference
AsyncProcessingOperation
T
Class
MFiles.VAF.MultiserverMode Namespace
In This Article
Definition
See Also