| ReplayTaggedMessages Constructor |
Namespace: Akka.Persistence.Sql.Common.Journal
public ReplayTaggedMessages( long fromOffset, long toOffset, long max, string tag, IActorRef replyTo )
| Exception | Condition |
|---|---|
| ArgumentException |
This exception is thrown for a number of reasons. These include the following:
|
| ArgumentNullException | This exception is thrown when the specified tag is null or empty. |