|
FailedArgsT Constructor
|
Self initializing constructor.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxpublic FailedArgs(
T baseArgs,
Exception exception
)
Parameters
- baseArgs
- Type: T
Reference to the async operation. - exception
- Type: SystemException
Reference to the failure exception.
See Also