menu

Document Processing

HtmlConverterRegisterException Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    HtmlConverterRegisterException Class

    Represents the Html Converter Register Exception.

    Inheritance
    System.Object
    DLSException
    HtmlConverterRegisterException
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved