INavigationShowHttpErrorPageHandler Property | 
Namespace: DotNetBrowser.Navigation
IHandler<ShowHttpErrorPageParameters, ShowHttpErrorPageResponse> ShowHttpErrorPageHandler { get; set; }
| Exception | Condition | 
|---|---|
| ObjectDisposedException | The INavigation has already been disposed. | 
Use Show(String) to show the custom error page with the given HTML.
Use ShowDefault to display the default Chromium error page.
Important: the engine will be blocked until the Handle() method returns. It is not allowed to invoke any engine methods in the scope of this handler implementation.