Class LNUrlException
- Namespace
- LNURL
- Assembly
- LNURL.Core.dll
Represents an error returned by an LNURL service endpoint or a protocol-level validation failure. Thrown by LNURL operations when the service returns an error status or when response verification fails.
public class LNUrlException : Exception, ISerializable
- Inheritance
-
LNUrlException
- Implements
- Inherited Members
Constructors
LNUrlException(string)
Initializes a new instance of LNUrlException with the specified error message.
public LNUrlException(string message)
Parameters
messagestringThe error message describing the LNURL failure.