Click or drag to resize
Akka.NETNullMessageEnvelopeMessage Property
N/A

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override Object Message { get; }

Property Value

Type: Object
Exceptions
ExceptionCondition
IllegalActorStateException This exception is thrown automatically since this envelope does not contain a message.
See Also