C# Класс Akka.Interfaced.AkkaInterfacedException

This exception provides the base for all Akka.Interfaced specific exceptions within the system.
Наследование: System.Exception
Показать файл Открыть проект

Защищенные методы

Метод Описание
AkkaInterfacedException ( ) : System
AkkaInterfacedException ( string message, Exception innerException = null ) : System

Описание методов

AkkaInterfacedException() защищенный Метод

protected AkkaInterfacedException ( ) : System
Результат System

AkkaInterfacedException() защищенный Метод

protected AkkaInterfacedException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
Результат System