C# Класс ReprocessAllEventsFailed, Runtime

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

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

Метод Описание
ReprocessAllEventsFailed ( string reason ) : System,

Initializes a new instance of the ReprocessAllEventsFailed class.

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

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

Initializes a new instance of the ReprocessAllEventsFailed class.
public ReprocessAllEventsFailed ( string reason ) : System,
reason string The reason why the reprocessing failed.
Результат System,