Class DmtxException
- Namespace
- VisioForge.Core.LibDMTX
- Assembly
- VisioForge.Core.dll
Base exception for libdmtx operations.
public class DmtxException : ApplicationException, ISerializableInheritance
Derived
Implements
Inherited Members
Constructors
DmtxException()
Initializes a new instance of the VisioForge.Core.LibDMTX.DmtxException class.
public DmtxException()DmtxException(string)
Initializes a new instance of the VisioForge.Core.LibDMTX.DmtxException class with a specified error message.
public DmtxException(string message)Parameters
messagestring
DmtxException(string, Exception)
Initializes a new instance of the VisioForge.Core.LibDMTX.DmtxException class with a specified error message and inner exception.
public DmtxException(string message, Exception innerException)