Class WriterException
- Namespace
- ZXing
- Assembly
- zxing.dll
A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.
public sealed class WriterException : Exception, ISerializable
- Inheritance
-
WriterException
- Implements
- Inherited Members
Constructors
WriterException()
Initializes a new instance of the WriterException class.
public WriterException()
WriterException(string)
Initializes a new instance of the WriterException class.
public WriterException(string message)
Parameters
message
stringThe message.
WriterException(string, Exception)
Initializes a new instance of the WriterException class.
public WriterException(string message, Exception innerExc)