C# Class NoProjectionWithIdentifierOrAliasInScope, Runtime

The exception that gets thrown when no Projection is registered with the specified Identifier or Alias, in a Scope
Inheritance: Exception
Datei anzeigen Open project: dolittle/Runtime

Public Methods

Method Description
NoProjectionWithIdentifierOrAliasInScope ( string identifierOrAlias, ScopeId scope ) : System,

Initializes a new instance of the NoProjectionWithIdentifierOrAliasInScope class.

Method Details

NoProjectionWithIdentifierOrAliasInScope() public method

Initializes a new instance of the NoProjectionWithIdentifierOrAliasInScope class.
public NoProjectionWithIdentifierOrAliasInScope ( string identifierOrAlias, ScopeId scope ) : System,
identifierOrAlias string The identifier or alias of the Projection.
scope ScopeId The scope of the Projection.
return System,