Class WebPageLoadError

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
9

It is a class for load error of page of web view.

C#
Copy
public class WebPageLoadError : Disposable
Inheritance
WebPageLoadError

Properties

View Source

Code

Queries code for this error.

Declaration
C#
Copy
public WebPageLoadError.ErrorCode Code { get; }
Property Value
Type Description
WebPageLoadError.ErrorCode
API Level: 9
View Source

Description

Queries description for this error.

Declaration
C#
Copy
public string Description { get; }
Property Value
Type Description
String
API Level: 9
View Source

Type

Queries type for this error.

Declaration
C#
Copy
public WebPageLoadError.ErrorType Type { get; }
Property Value
Type Description
WebPageLoadError.ErrorType
API Level: 9
View Source

Url

Queries failing URL for this error.

Declaration
C#
Copy
public string Url { get; }
Property Value
Type Description
String
API Level: 9

Methods

View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Extension Methods