FailedArgsT Constructor

Self initializing constructor.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public FailedArgs(
	T baseArgs,
	Exception exception
)

Parameters

baseArgs  T
Reference to the async operation.
exception  Exception
Reference to the failure exception.

See Also