Class SmartCallbackLoadErrorArgs
Definition
- Assembly:
- Tizen.WebView.dll
Arguments from the LoadError SmartCallback.
public class SmartCallbackLoadErrorArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSmartCallbackLoadErrorArgs
Properties
View SourceCancellation
Whether the error should be treated as a cancellation.
Declaration
public bool Cancellation { get; }
Property Value
Type | Description |
---|---|
bool |
Code
The error code.
Declaration
public LoadErrorCode Code { get; }
Property Value
Type | Description |
---|---|
LoadErrorCode |
Description
The description for the error.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
Url
Failing URL for the error.
Declaration
public string Url { get; }
Property Value
Type | Description |
---|---|
string |