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
messagestringError message that explains the error.