C# 클래스 Akka.Actor.Status.Failure

Indicates the failure of some operation that was requested and includes an Exception describing the underlying cause of the problem.
상속: Status
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 프로퍼티들

프로퍼티 타입 설명
Cause System.Exception

공개 메소드들

메소드 설명
Failure ( Exception cause ) : System
ToString ( ) : string

메소드 상세

Failure() 공개 메소드

public Failure ( Exception cause ) : System
cause System.Exception
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Cause 공개적으로 프로퍼티

public Exception,System Cause
리턴 System.Exception