C# Class NoEventsToCommit, Runtime

Exception that gets thrown when there are no events in the UncommittedEvents sequence when it is being committed.
Inheritance: Exception
Datei anzeigen Open project: dolittle/Runtime

Public Methods

Method Description
NoEventsToCommit ( ) : System,

Initializes a new instance of the NoEventsToCommit class.

Method Details

NoEventsToCommit() public method

Initializes a new instance of the NoEventsToCommit class.
public NoEventsToCommit ( ) : System,
return System,