Class InvoiceSerializationException
- Namespace
- NLightning.Bolts.Exceptions
- Assembly
- NLightning.Bolts.dll
Represents an exception that is thrown when an error occurs during invoice serialization or deserialization.
public class InvoiceSerializationException : ErrorException, ISerializable
- Inheritance
-
InvoiceSerializationException
- Implements
- Inherited Members
Constructors
InvoiceSerializationException(string)
public InvoiceSerializationException(string message)
Parameters
message
string
InvoiceSerializationException(string, Exception)
public InvoiceSerializationException(string message, Exception innerException)