C# Class ProjectionNotRegistered, Runtime

Exception that gets thrown when attempting to perform an action on a Projection that not registered.
Inheritance: Exception
Mostra file Open project: dolittle/Runtime

Public Methods

Method Description
ProjectionNotRegistered ( ScopeId scope, ProjectionId projection ) : System,

Initializes a new instance of the ProjectionNotRegistered class.

Method Details

ProjectionNotRegistered() public method

Initializes a new instance of the ProjectionNotRegistered class.
public ProjectionNotRegistered ( ScopeId scope, ProjectionId projection ) : System,
scope ScopeId The scope of the Projection that is not registered.
projection ProjectionId The id of the Projection that is not registered.
return System,