Resume Constructor

Initializes a new instance of the Resume class.

Namespace:  Akka.Dispatch.SysMsg
Assembly:  Akka (in Akka.dll)

Syntax


public Resume(
	Exception causedByFailure
)
Public Sub New ( _
	causedByFailure As Exception _
)
public:
Resume(
	Exception^ causedByFailure
)

Parameters

causedByFailure
Type: Exception
The caused by failure.