C# Класс ProjectionNotRegistered, Runtime

Exception that gets thrown when attempting to perform an action on a Projection that not registered.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
ProjectionNotRegistered ( ScopeId scope, ProjectionId projection ) : System,

Initializes a new instance of the ProjectionNotRegistered class.

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

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

Initializes a new instance of the ProjectionNotRegistered class.
public ProjectionNotRegistered ( ScopeId scope, ProjectionId projection ) : System,
scope ScopeId The scope of the Projection that is not registered.
projection ProjectionId The id of the Projection that is not registered.
Результат System,