Class OnLoadFailEventArgs
Inherited Members
Namespace: Slipe.Client.Browsers.Events
Assembly: SlipeClient.dll
Syntax
public class OnLoadFailEventArgs
Properties
| Improve this Doc View SourceDescription
The description of the error
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
String |
ErrorCode
The error code that was thrown
Declaration
public int ErrorCode { get; }
Property Value
Type | Description |
---|---|
Int32 |
Url
The url that was loaded
Declaration
public string Url { get; }
Property Value
Type | Description |
---|---|
String |