Table of Contents

Class PandocConverterException

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class PandocConverterException : Exception, ISerializable
Inheritance
PandocConverterException
Implements
Inherited Members
Extension Methods

Constructors

PandocConverterException()

public PandocConverterException()

PandocConverterException(string)

public PandocConverterException(string message)

Parameters

message string

PandocConverterException(string, Exception)

public PandocConverterException(string message, Exception inner)

Parameters

message string
inner Exception