C# Класс FailedProjectingEvents, Runtime

Exception that gets thrown when no events could be projected.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
FailedProjectingEvents ( EmbeddingId embedding, Exception, inner ) : System,

Initializes a new instance of the FailedProjectingEvents class.

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

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

Initializes a new instance of the FailedProjectingEvents class.
public FailedProjectingEvents ( EmbeddingId embedding, Exception, inner ) : System,
embedding EmbeddingId The
inner Exception, The inner
Результат System,