C# Class Akka.Interfaced.AkkaInterfacedException

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

Protected Methods

Method Description
AkkaInterfacedException ( ) : System
AkkaInterfacedException ( string message, Exception innerException = null ) : System

Method Details

AkkaInterfacedException() protected method

protected AkkaInterfacedException ( ) : System
return System

AkkaInterfacedException() protected method

protected AkkaInterfacedException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
return System