C# Класс ProjectionsUnavailable, Runtime

Exception that gets thrown when the projections store is unavailable.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
ProjectionsUnavailable ( string cause, Exception, innerException ) : System,

Initializes a new instance of the ProjectionsUnavailable class.

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

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

Initializes a new instance of the ProjectionsUnavailable class.
public ProjectionsUnavailable ( string cause, Exception, innerException ) : System,
cause string The cause of why the event store is unavailable.
innerException Exception, The inner .
Результат System,