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
Properties
Error
public Exception Error { get; init; }
Property Value
Url
public string Url { get; init; }