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

This exception is thrown when the channel used for communicating with an actor has a problem.
Наследование: AkkaInterfacedException
Показать файл Открыть проект

Открытые методы

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

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

RequestChannelException() публичный Метод

public RequestChannelException ( ) : System
Результат System

RequestChannelException() публичный Метод

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