Class DmtxInvalidArgumentException
- Namespace
- VisioForge.Core.LibDMTX
- Assembly
- VisioForge.Core.dll
Exception thrown when invalid arguments are provided to libdmtx.
public class DmtxInvalidArgumentException : DmtxException, ISerializableInheritance
Implements
Inherited Members
Constructors
DmtxInvalidArgumentException()
Initializes a new instance of the VisioForge.Core.LibDMTX.DmtxInvalidArgumentException class.
public DmtxInvalidArgumentException()DmtxInvalidArgumentException(string)
Initializes a new instance of the VisioForge.Core.LibDMTX.DmtxInvalidArgumentException class with a specified error message.
public DmtxInvalidArgumentException(string message)Parameters
messagestring
DmtxInvalidArgumentException(string, Exception)
Initializes a new instance of the VisioForge.Core.LibDMTX.DmtxInvalidArgumentException class with a specified error message and inner exception.
public DmtxInvalidArgumentException(string message, Exception innerException)