Click or drag to resize
SettingsDebugUnhandledMessage Property
Gets a value indicating whether [debug unhandled message].

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool DebugUnhandledMessage { get; }

Property Value

Type: Boolean
true if [debug unhandled message]; otherwise, false.
See Also