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.

◆ InvalidLastEventProcessedException() [2/4]

Cqrs.EventStore.Bus.InvalidLastEventProcessedException.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.

Parameters
messageThe error message that explains the reason for the exception.
innerExceptionThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.