Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
It is a class for load error of page of web view.
public class WebPageLoadError : Disposable, IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Properties
Declaration
public WebPageLoadError.ErrorCode Code { get; }
Property Value
View Source
Description
Queries description for this error.
Declaration
public string Description { get; }
Property Value
Declaration
public WebPageLoadError.ErrorType Type { get; }
Property Value
Declaration
public string Url { get; }
Property Value
Implements
System.IDisposable