Table of Contents

Class DmtxOutOfMemoryException

Namespace
VisioForge.Core.LibDMTX
Assembly
VisioForge.Core.dll

Exception thrown when libdmtx runs out of memory.

public class DmtxOutOfMemoryException : DmtxException, ISerializable

Inheritance

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

message string

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)

Parameters

message string
innerException Exception