C# 클래스 Akka.Interfaced.AkkaInterfacedException

This exception provides the base for all Akka.Interfaced specific exceptions within the system.
상속: System.Exception
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

보호된 메소드들

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