Class WebhookException
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
messagestring
WebhookException(string, Exception?)
public WebhookException(string message, Exception? innerException)