C# Class Akka.Interfaced.AkkaInterfacedException

This exception provides the base for all Akka.Interfaced specific exceptions within the system.
Inheritance: System.Exception
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes protégées

Méthode Description
AkkaInterfacedException ( ) : System
AkkaInterfacedException ( string message, Exception innerException = null ) : System

Method Details

AkkaInterfacedException() protected méthode

protected AkkaInterfacedException ( ) : System
Résultat System

AkkaInterfacedException() protected méthode

protected AkkaInterfacedException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
Résultat System