C# Class MultipleProjectionsWithIdentifierOrAliasInScope, Runtime

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

Public Methods

Method Description
MultipleProjectionsWithIdentifierOrAliasInScope ( string identifierOrAlias, ScopeId scope, int count ) : System,

Initializes a new instance of the MultipleProjectionsWithIdentifierOrAliasInScope class.

Method Details

MultipleProjectionsWithIdentifierOrAliasInScope() public method

Initializes a new instance of the MultipleProjectionsWithIdentifierOrAliasInScope class.
public MultipleProjectionsWithIdentifierOrAliasInScope ( string identifierOrAlias, ScopeId scope, int count ) : System,
identifierOrAlias string The identifier or alias of the Projection.
scope ScopeId The scope of the Projection.
count int The number of Projections found.
return System,