Show / Hide Table of Contents

Class QRBillGenerationException

Exception thrown if the bill could not be generated.

If the bill data is not valid, a QRBillValidationException exception is thrown instead.

Inheritance
object
Exception
QRBillGenerationException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Codecrete.SwissQRBill.Generator
Assembly: Codecrete.SwissQRBill.Core.dll
Syntax
[Serializable]
public class QRBillGenerationException : Exception, ISerializable

Constructors

| Edit this page View Source

QRBillGenerationException(SerializationInfo, StreamingContext)

Declaration
protected QRBillGenerationException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Edit this page View Source

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.

| Edit this page View Source

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.

Implements

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX