C# Класс ReplayProjectionFailed, Runtime

Exception that gets thrown when replaying a Projection fails.
Наследование: Exception
Показать файл Открыть проект

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

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

Initializes a new instance of the ReplayProjectionFailed class.

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

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

Initializes a new instance of the ReplayProjectionFailed class.
public ReplayProjectionFailed ( ScopeId scope, ProjectionId projection, string reason ) : System,
scope ScopeId The scope of the Projection.
projection ProjectionId The id of the Projection.
reason string The reason why replaying the Projection failed.
Результат System,