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
System.Object
System.Exception
QRBillGenerationException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Codecrete.SwissQRBill.Generator
Assembly: Codecrete.SwissQRBill.Core.dll
Syntax
[Serializable]
public class QRBillGenerationException : Exception, ISerializable

Constructors

| Improve this Doc View Source

QRBillGenerationException(SerializationInfo, StreamingContext)

Declaration
protected QRBillGenerationException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context
| Improve this Doc View Source

QRBillGenerationException(String)

Initializes a new instance with the specified error message.

Declaration
public QRBillGenerationException(string message)
Parameters
Type Name Description
System.String message

The error message.

| Improve this Doc 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
System.String message

The error message.

System.Exception innerException

The inner exception.

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX