Initializes a new instance of the
Recreate class.
Namespace: Akka.Dispatch.SysMsgAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Recreate(
Exception cause
)
Public Sub New (
cause As Exception
)
public:
Recreate(
Exception^ cause
)
new :
cause : Exception -> Recreate
Parameters
- cause
- Type: SystemException
The cause.
See Also