menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParseException - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ParseException

    This exception is thrown by CSS and HTML parsers when finding a problem in a document which cannot be resolved by the parser internally.

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

    Constructors

    ParseException()

    Overloaded constructor.

    Declaration
    public ParseException()

    ParseException(Exception)

    Create exception based on other exception - Wrap inner exception.

    Declaration
    public ParseException(Exception inner)
    Parameters
    Type Name Description
    System.Exception inner

    Inner exception.

    ParseException(String)

    Constructor with a user specified exception message.

    Declaration
    public ParseException(string message)
    Parameters
    Type Name Description
    System.String message

    Message to be displayed on throwing an exception.

    ParseException(String, Exception)

    Create exception class with a user specified message and inner exception.

    Declaration
    public ParseException(string message, Exception inner)
    Parameters
    Type Name Description
    System.String message

    User specified message.

    System.Exception inner

    Exception on which this instance of exception class is based.

    Implements

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