Table of Contents

Class LoadErrorEventArgs

Namespace
SharpConsoleUI.Events
Assembly
SharpConsoleUI.dll

Event arguments for when an error occurs during content loading.

public record LoadErrorEventArgs : IEquatable<LoadErrorEventArgs>
Inheritance
LoadErrorEventArgs
Implements
Inherited Members
Extension Methods

Constructors

LoadErrorEventArgs(string, Exception)

Event arguments for when an error occurs during content loading.

public LoadErrorEventArgs(string Url, Exception Error)

Parameters

Url string
Error Exception

Properties

Error

public Exception Error { get; init; }

Property Value

Exception

Url

public string Url { get; init; }

Property Value

string