Table of Contents

Class DataTooLongException

Namespace
Net.Codecrete.QrCodeGenerator
Assembly
QrCodeGenerator.dll

The exception that is thrown when the supplied data does not fit in the QR code.

public class DataTooLongException : ArgumentException, ISerializable
Inheritance
DataTooLongException
Implements
Inherited Members

Remarks

Ways to handle this exception include:

Constructors

DataTooLongException(string)

Initializes a new instance of the DataTooLongException class.

public DataTooLongException(string message)

Parameters

message string

The message that describes the error.

See Also