C# Класс NoProjectionWithIdentifierOrAliasInScope, Runtime

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

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

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

Initializes a new instance of the NoProjectionWithIdentifierOrAliasInScope class.

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

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

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