Table of Contents

Class HtmlConverterException

Namespace
InSite.Web.Helpers
Assembly
InSite.UI.dll
public class HtmlConverterException : Exception, ISerializable, _Exception
Inheritance
HtmlConverterException
Implements
Inherited Members

Constructors

HtmlConverterException()

public HtmlConverterException()

HtmlConverterException(string)

public HtmlConverterException(string message)

Parameters

message string

HtmlConverterException(string, Exception)

public HtmlConverterException(string message, Exception inner)

Parameters

message string
inner Exception