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
ParseException
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public class ParseException : ApplicationException
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. |