Class HtmlConverterRegisterException
Represents the Html Converter Register Exception.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class HtmlConverterRegisterException : DLSException
Constructors
HtmlConverterRegisterException()
Initializes a new instance of the HtmlConverterRegisterException class.
Declaration
public HtmlConverterRegisterException()
HtmlConverterRegisterException(Exception)
Initializes a new instance of the HtmlConverterRegisterException class.
Declaration
public HtmlConverterRegisterException(Exception innerExc)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerExc | The inner exc. |
HtmlConverterRegisterException(String)
Initializes a new instance of the HtmlConverterRegisterException class.
Declaration
public HtmlConverterRegisterException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
HtmlConverterRegisterException(String, Exception)
Initializes a new instance of the HtmlConverterRegisterException class.
Declaration
public HtmlConverterRegisterException(string message, Exception innerExc)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
System.Exception | innerExc | The inner exc. |