Show / Hide Table of Contents

Class QRBillValidationException

Exception thrown if the bill data is not valid.

Inheritance
object
Exception
QRBillValidationException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
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 QRBillValidationException : Exception, ISerializable

Constructors

| Edit this page View Source

QRBillValidationException(ValidationResult)

Initializes a new instance with the specified validation result.

Declaration
public QRBillValidationException(ValidationResult result)
Parameters
Type Name Description
ValidationResult result

The validation result.

| Edit this page View Source

QRBillValidationException(SerializationInfo, StreamingContext)

Declaration
protected QRBillValidationException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

Properties

| Edit this page View Source

Message

Declaration
public override string Message { get; }
Property Value
Type Description
string
Overrides
Exception.Message
| Edit this page View Source

Result

Gets the validation result with the error messages.

Declaration
public ValidationResult Result { get; }
Property Value
Type Description
ValidationResult

The validation result.

Implements

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