C# Class ProjectionStateDoesNotExist, Runtime

Exception that gets thrown when a ProjectionState does not exist.
Inheritance: Exception
Exibir arquivo Open project: dolittle/Runtime

Public Methods

Method Description
ProjectionStateDoesNotExist ( ProjectionId projection, ProjectionKey key, ScopeId scope ) : System,

Initializes an instance of the ProjectionStateDoesNotExist class.

Method Details

ProjectionStateDoesNotExist() public method

Initializes an instance of the ProjectionStateDoesNotExist class.
public ProjectionStateDoesNotExist ( ProjectionId projection, ProjectionKey key, ScopeId scope ) : System,
projection ProjectionId The projection id.
key ProjectionKey The projection key.
scope ScopeId The scope id.
return System,