WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HtmlConverterRegisterException

    Show / Hide Table of Contents

    Class HtmlConverterRegisterException

    Represents the Html Converter Register Exception.

    Inheritance
    System.Object
    System.Exception
    DLSException
    HtmlConverterRegisterException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Message
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public class HtmlConverterRegisterException : DLSException, ISerializable, _Exception

    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.

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved