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