C# Class NoEventsToCommit, Runtime

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

Méthodes publiques

Méthode Description
NoEventsToCommit ( ) : System,

Initializes a new instance of the NoEventsToCommit class.

Method Details

NoEventsToCommit() public méthode

Initializes a new instance of the NoEventsToCommit class.
public NoEventsToCommit ( ) : System,
Résultat System,