C# Class FailedProjectingEvents, Runtime

Exception that gets thrown when no events could be projected.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
FailedProjectingEvents ( EmbeddingId embedding, Exception, inner ) : System,

Initializes a new instance of the FailedProjectingEvents class.

Method Details

FailedProjectingEvents() public méthode

Initializes a new instance of the FailedProjectingEvents class.
public FailedProjectingEvents ( EmbeddingId embedding, Exception, inner ) : System,
embedding EmbeddingId The
inner Exception, The inner
Résultat System,