C# Class FailedProjectingEvents, Runtime

Exception that gets thrown when no events could be projected.
Inheritance: Exception
Exibir arquivo Open project: dolittle/Runtime

Public Methods

Method Description
FailedProjectingEvents ( EmbeddingId embedding, Exception, inner ) : System,

Initializes a new instance of the FailedProjectingEvents class.

Method Details

FailedProjectingEvents() public method

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