C# Class Marain.Workflows.CloudEvents.CloudEventPublisherException

Inheritance: Exception
Mostra file Open project: marain-dotnet/Marain.Workflow

Public Methods

Method Description
CloudEventPublisherException ( string subject, string source, string externalUrl, HttpStatusCode statusCode, string reasonPhrase ) : System

Initializes a new instance of the CloudEventPublisherException class.

Method Details

CloudEventPublisherException() public method

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 .
return System