Class BackgroundOperation.FailedEventArgs
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
public class BackgroundOperation.FailedEventArgs
- Inheritance
-
BackgroundOperation.FailedEventArgs
- Inherited Members
Constructors
FailedEventArgs(string?)
public FailedEventArgs(string? error)
Parameters
errorstring
Properties
Error
public string? Error { get; set; }