Class FormatException
- Namespace
- ZXing
- Assembly
- zxing.dll
Thrown when a barcode was successfully detected, but some aspect of
the content did not conform to the barcode's format rules. This could have
been due to a mis-detection.
public sealed class FormatException : ReaderException, ISerializable
- Inheritance
-
FormatException
- Implements
- Inherited Members
Constructors
FormatException()
public FormatException()
FormatException(Exception)
public FormatException(Exception innerException)
Parameters
innerException
Exception
FormatException(string)
public FormatException(string message)
Parameters
message
string
FormatException(string, Exception)
public FormatException(string message, Exception innerException)