Click or drag to resize
Akka.NETRejectedExecutionException Constructor
TBD

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public RejectedExecutionException(
	string message = null,
	Exception inner = null
)

Parameters

message (Optional)
Type: SystemString
TBD
inner (Optional)
Type: SystemException
TBD
See Also