C# 클래스 Akka.Actor.AkkaException

Class AkkaException.
상속: System.Exception
파일 보기 프로젝트 열기: rogeralsing/akka.net

보호된 메소드들

메소드 설명
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