Single entry object in the shutdown report that encapsulates description of the error which occurred during shutdown.
public class ShutdownReportEntry
ShutdownReportEntry
public ShutdownReportEntry(string description, Exception? exception)
Parameters
description
string
exception
Exception
Description provided in the error.
public string Description { get; set; }
Property Value
Exception object that occurred during shutdown, or null if unspecified.
public Exception? Exception { get; set; }
Property Value
Returns a string that represents the current object.
public override string ToString()
Returns
A string that represents the current object.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4