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.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public class ParseException : ApplicationException, ISerializable, _Exception
Constructors
ParseException()
Initializes a new instance of the ParseException class
Declaration
public ParseException()
ParseException(Exception)
Initializes a new instance of the ParseException class
Declaration
public ParseException(Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | inner | Inner exception. |
ParseException(String)
Initializes a new instance of the ParseException class
Declaration
public ParseException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Message of exception. |
ParseException(String, Exception)
Initializes a new instance of the ParseException class
Declaration
public ParseException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Specified by user message. |
System.Exception | inner | Exception on which this instance of exception class is based. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception