Click or drag to resize
Akka.NETWriteMessageFailure Constructor
Initializes a new instance of the WriteMessageFailure class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public WriteMessageFailure(
	IPersistentRepresentation persistent,
	Exception cause,
	int actorInstanceId
)

Parameters

persistent
Type: Akka.PersistenceIPersistentRepresentation
Message failed to be written.
cause
Type: SystemException
Failure cause.
actorInstanceId
Type: SystemInt32
TBD
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified cause is undefined.
See Also