Settings..::..DebugUnhandledMessage Property

Gets a value indicating whether [debug unhandled message].

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

Syntax


public bool DebugUnhandledMessage { get; set; }
Public Property DebugUnhandledMessage As Boolean
	Get
	Set
public:
property bool^ DebugUnhandledMessage {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [debug unhandled message]; otherwise, false.