Recreate Constructor

Initializes a new instance of the Recreate class.

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

Syntax


public Recreate(
	Exception cause
)
Public Sub New ( _
	cause As Exception _
)
public:
Recreate(
	Exception^ cause
)

Parameters

cause
Type: Exception
The cause.