C# 클래스 Marain.Workflows.CloudEvents.CloudEventPublisherException

상속: Exception
파일 보기 프로젝트 열기: marain-dotnet/Marain.Workflow

공개 메소드들

메소드 설명
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