C# Класс MultipleProjectionsWithIdentifierOrAliasInScope, Runtime

The exception that gets thrown when multiple Projections are registered with the specified Identifier or Alias, in a Scope
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
MultipleProjectionsWithIdentifierOrAliasInScope ( string identifierOrAlias, ScopeId scope, int count ) : System,

Initializes a new instance of the MultipleProjectionsWithIdentifierOrAliasInScope class.

Описание методов

MultipleProjectionsWithIdentifierOrAliasInScope() публичный Метод

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.
Результат System,