CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.EventStore.Bus.InvalidLastEventProcessedException Class Reference

The Position information provided was invalid and a Position was unable to be created. More...

+ Inheritance diagram for Cqrs.EventStore.Bus.InvalidLastEventProcessedException:

Public Member Functions

 InvalidLastEventProcessedException ()
 Instantiates a new instance of InvalidLastEventProcessedException. More...
 
 InvalidLastEventProcessedException (string message, Exception innerException)
 Instantiates a new instance of InvalidLastEventProcessedException with a specified error message and a reference to the inner exception that is the cause of this exception. More...
 
 InvalidLastEventProcessedException (string message)
 Instantiates a new instance of InvalidLastEventProcessedException with a specified error message. More...
 

Protected Member Functions

 InvalidLastEventProcessedException (SerializationInfo info, StreamingContext context)
 Instantiates a new instance of InvalidLastEventProcessedException with serialized data. More...
 

Detailed Description

The Position information provided was invalid and a Position was unable to be created.