Table of Contents

Class DmtxInvalidArgumentException

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

Exception thrown when invalid arguments are provided to libdmtx.

public class DmtxInvalidArgumentException : DmtxException, ISerializable

Inheritance

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

message string

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)

Parameters

message string
innerException Exception