C# Class Akka.Dispatch.SysMsg.Recreate

Class Recreate.
Inheritance: ISystemMessage
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
Recreate ( Exception cause ) : System

Initializes a new instance of the Recreate class.

ToString ( ) : string

Method Details

Recreate() public method

Initializes a new instance of the Recreate class.
public Recreate ( Exception cause ) : System
cause System.Exception The cause.
return System

ToString() public method

public ToString ( ) : string
return string