Click or drag to resize
StashOverflowException Constructor
Initializes a new instance of the StashOverflowException class

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

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Akka.Actor.StashOverflowException.#ctor(System.String,System.Exception)"]

cause (Optional)
Type: SystemException

[Missing <param name="cause"/> documentation for "M:Akka.Actor.StashOverflowException.#ctor(System.String,System.Exception)"]

See Also