Show / Hide Table of Contents

Class OnLoadFailEventArgs

Inheritance
Object
OnLoadFailEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Browsers.Events
Assembly: SlipeClient.dll
Syntax
public class OnLoadFailEventArgs

Properties

| Improve this Doc View Source

Description

The description of the error

Declaration
public string Description { get; }
Property Value
Type Description
String
| Improve this Doc View Source

ErrorCode

The error code that was thrown

Declaration
public int ErrorCode { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Url

The url that was loaded

Declaration
public string Url { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX