C# Class Akka.Actor.Status.Failure

Indicates the failure of some operation that was requested and includes an Exception describing the underlying cause of the problem.
Inheritance: Status
Mostra file Open project: rogeralsing/akka.net

Public Properties

Property Type Description
Cause System.Exception

Public Methods

Method Description
Failure ( Exception cause ) : System
ToString ( ) : string

Method Details

Failure() public method

public Failure ( Exception cause ) : System
cause System.Exception
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Cause public_oe property

public Exception,System Cause
return System.Exception