C# Класс Akka.Actor.AkkaException

Class AkkaException.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
AkkaException ( ) : System

Initializes a new instance of the AkkaException class.

AkkaException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the AkkaException class.

AkkaException ( string message, Exception cause = null ) : System

Initializes a new instance of the AkkaException class.

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

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

Initializes a new instance of the AkkaException class.
protected AkkaException ( ) : System
Результат System

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

Initializes a new instance of the AkkaException class.
protected AkkaException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
Результат System

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

Initializes a new instance of the AkkaException class.
protected AkkaException ( string message, Exception cause = null ) : System
message string The message that describes the error.
cause System.Exception The exception that is the cause of the current exception.
Результат System