Class WebPageLoadError
Definition
- 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
View SourceCode
Queries code for this error.
Declaration
public WebPageLoadError.ErrorCode Code { get; }
Property Value
Type | Description |
---|---|
WebPageLoadError.ErrorCode |
Description
Queries description for this error.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
Type
Queries type for this error.
Declaration
public WebPageLoadError.ErrorType Type { get; }
Property Value
Type | Description |
---|---|
WebPageLoadError.ErrorType |
Url
Queries failing URL for this error.
Declaration
public string Url { get; }
Property Value
Type | Description |
---|---|
string |
Implements
System.IDisposable