C# Class Marain.Workflows.CloudEvents.CloudEventPublisherException

Inheritance: Exception
Afficher le fichier Open project: marain-dotnet/Marain.Workflow

Méthodes publiques

Méthode 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 méthode

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 .
Résultat System