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
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
NoProjectionWithIdentifierOrAliasInScope ( string identifierOrAlias, ScopeId scope ) : System,

Initializes a new instance of the NoProjectionWithIdentifierOrAliasInScope class.

Method Details

NoProjectionWithIdentifierOrAliasInScope() public méthode

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