Class FetchErrorEventArgs
public sealed record FetchErrorEventArgs : BaseParametersEventArgs, IEquatable<EventArgs>, IEquatable<BaseParametersEventArgs>, IEquatable<FetchErrorEventArgs>
- Inheritance
-
FetchErrorEventArgs
- Implements
- Inherited Members
Constructors
FetchErrorEventArgs(BrowsingContext?, bool, Navigation?, long, RequestData, DateTimeOffset, string, IReadOnlyList<Intercept>?)
public FetchErrorEventArgs(BrowsingContext? Context, bool IsBlocked, Navigation? Navigation, long RedirectCount, RequestData Request, DateTimeOffset Timestamp, string ErrorText, IReadOnlyList<Intercept>? Intercepts)
Parameters
ContextBrowsingContextIsBlockedboolNavigationNavigationRedirectCountlongRequestRequestDataTimestampDateTimeOffsetErrorTextstringInterceptsIReadOnlyList<Intercept>
Properties
ErrorText
public string ErrorText { get; init; }