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