C# Класс Marain.Workflows.CloudEvents.CloudEventPublisherException

Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
CloudEventPublisherException ( string subject, string source, string externalUrl, HttpStatusCode statusCode, string reasonPhrase ) : System

Initializes a new instance of the CloudEventPublisherException class.

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

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

Initializes a new instance of the CloudEventPublisherException class.
public CloudEventPublisherException ( string subject, string source, string externalUrl, HttpStatusCode statusCode, string reasonPhrase ) : System
subject string The subject of the CloudEvent that could not be published.
source string The source of the CloudEvent that could not be published.
externalUrl string The Url that the CloudEvent was being published to.
statusCode HttpStatusCode The .
reasonPhrase string The .
Результат System