Table of Contents

Class dotPDFiumException

Namespace
nebulae.dotPDFium
Assembly
dotPDFium.dll
public class dotPDFiumException : Exception, ISerializable
Inheritance
dotPDFiumException
Implements
Inherited Members

Constructors

dotPDFiumException()

public dotPDFiumException()

dotPDFiumException(string)

public dotPDFiumException(string message)

Parameters

message string

dotPDFiumException(string, Exception)

public dotPDFiumException(string message, Exception innerException)

Parameters

message string
innerException Exception