Class QRBillGenerationException
Exception thrown if the bill could not be generated.
If the bill data is not valid, a QRBillValidationException exception is thrown instead.
Implements
Inherited Members
Namespace: Codecrete.SwissQRBill.Generator
Assembly: Codecrete.SwissQRBill.Core.dll
Syntax
[Serializable]
public class QRBillGenerationException : Exception, ISerializable
Constructors
| Edit this page View SourceQRBillGenerationException(SerializationInfo, StreamingContext)
Declaration
protected QRBillGenerationException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
QRBillGenerationException(string)
Initializes a new instance with the specified error message.
Declaration
public QRBillGenerationException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
QRBillGenerationException(string, Exception)
Initializes a new instance with the specified error message and a reference to the exception that caused the error.
Declaration
public QRBillGenerationException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
Exception | innerException | The inner exception. |