Click or drag to resize
AkkaException Constructor (String, Exception)
Initializes a new instance of the Exception class with a specified error message.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected AkkaException(
	string message,
	Exception cause = null
)

Parameters

message
Type: SystemString
The message that describes the error.
cause (Optional)
Type: SystemException
An inner exception responsible for this error.
See Also