Table of Contents

Class ECIException

Namespace
Net.Codecrete.QrCodeGenerator
Assembly
QrCodeGenerator.dll

Exception thrown when an invalid ECI value is specified.

[SuppressMessage("csharpsquid", "S101")]
public class ECIException : ArgumentException, ISerializable
Inheritance
ECIException
Implements
Inherited Members

Constructors

ECIException(string)

Initializes a new instance of the ECIException class with a specified error message.

public ECIException(string message)

Parameters

message string

Error message that explains the error.