Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Akka
Interfaced
RequestHaltException
C# Class Akka.Interfaced.RequestHaltException
This exception is thrown when the actor is stopped in processing a request.
Inheritance:
AkkaInterfacedException
ファイルを表示
Open project: SaladLab/Akka.Interfaced
Public Methods
Method
Description
RequestHaltException
( ) :
System
RequestHaltException
(
string
message
,
Exception
innerException
= null ) :
System
Method Details
RequestHaltException()
public
method
public
RequestHaltException
( ) :
System
return
System
RequestHaltException()
public
method
public
RequestHaltException
(
string
message
,
Exception
innerException
= null ) :
System
message
string
innerException
System.Exception
return
System