C# Class ProjectionStateDoesNotExist, Runtime

Exception that gets thrown when a ProjectionState does not exist.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
ProjectionStateDoesNotExist ( ProjectionId projection, ProjectionKey key, ScopeId scope ) : System,

Initializes an instance of the ProjectionStateDoesNotExist class.

Method Details

ProjectionStateDoesNotExist() public méthode

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.
Résultat System,