C-DEngine 5.105

TheCommonUtils..::..TaskFromException Method

Retrieves the task that was running when an exception occured.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static Task TaskFromException(
	Exception e
)
Public Shared Function TaskFromException ( _
	e As Exception _
) As Task
public:
static Task^ TaskFromException(
	Exception^ e
)

Parameters

e
Type: Exception
The exception parameter.

Return Value

A task.