Loads an HTML document from a local file.
- fileName (String)
- The path to the local file to be loaded.
| Exception | Condition |
|---|---|
| ArgumentNullException | The fileName parameter is null. |
| NotSupportedException | The file is bigger than 2,147,483,647 bytes. |
| HtmlParserException | An error is encountered during the parsing operation. |