Table of Contents

Class DmtxException

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

Base exception for libdmtx operations.

public class DmtxException : ApplicationException, ISerializable

Inheritance

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

message string

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)

Parameters

message string
innerException Exception