Table of Contents

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

error string

Properties

Error

public string? Error { get; set; }

Property Value

string