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
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Свойство Type Description
Cause System.Exception

Méthodes publiques

Méthode Description
Failure ( Exception cause ) : System
ToString ( ) : string

Method Details

Failure() public méthode

public Failure ( Exception cause ) : System
cause System.Exception
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Cause public_oe property

public Exception,System Cause
Résultat System.Exception