| NullMessageEnvelopeMessage Property |
N/A
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override Object Message { get; }
abstract Message : Object with get
override Message : Object with get
Property Value
Type:
ObjectExceptions Exception | Condition |
---|
IllegalActorStateException |
This exception is thrown automatically since this envelope does not contain a message.
|
See Also