StashOverflowException Constructor

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public StashOverflowException(
	string message,
	Exception cause
)
Public Sub New ( _
	message As String, _
	cause As Exception _
)
public:
StashOverflowException(
	String^ message, 
	Exception^ cause
)

Parameters

message
Type: String
cause
Type: Exception