AbortAllTasksException Constructor

Initializes a new instance of the AbortAllTasksException class.

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public AbortAllTasksException(
	Exception innerException
)

Parameters

innerException  Exception
The innerException based on which this AbortAllTasksException will be created

See Also