Table of Contents

Class WebhookPayloadException

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

The signature was valid, but the body JSON could not be deserialized into Line.OpenApi.Messaging.Webhook.Generated.Models.CallbackRequest.

public sealed class WebhookPayloadException : WebhookException, ISerializable
Inheritance
WebhookPayloadException
Implements
Inherited Members

Constructors

WebhookPayloadException(string)

public WebhookPayloadException(string message)

Parameters

message string

WebhookPayloadException(string, Exception?)

public WebhookPayloadException(string message, Exception? innerException)

Parameters

message string
innerException Exception