AsyncProcessingOperationTFailureException Property |
Holds the failure exception, if the processing had an un-handled failure.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic Exception FailureException { get; set; }
Public Property FailureException As Exception
Get
Set
public:
property Exception^ FailureException {
Exception^ get ();
void set (Exception^ value);
}
Property Value
Type:
Exception
See Also