Table of Contents

Class WebhookException

Namespace
Line.OpenApi.Messaging.Webhook
Assembly
Line.OpenApi.Messaging.Webhook.dll

Base type for exceptions raised during webhook receive processing (signature validation / deserialization). Callers can branch on the individual derived types, or catch them all through this base.

public class WebhookException : Exception, ISerializable
Inheritance
WebhookException
Implements
Derived
Inherited Members

Constructors

WebhookException(string)

public WebhookException(string message)

Parameters

message string

WebhookException(string, Exception?)

public WebhookException(string message, Exception? innerException)

Parameters

message string
innerException Exception