Class ShutdownReportEntry
Single entry object in the shutdown report that encapsulates description of the error which occured during shutdown.
public class ShutdownReportEntry
- Inheritance
-
ShutdownReportEntry
- Inherited Members
Constructors
ShutdownReportEntry(string, Exception)
public ShutdownReportEntry(string description, Exception exception)
Parameters
Properties
Description
Description provided in the error.
public string Description { get; set; }
Property Value
Exception
Exception object that occured during shutdown, or null if unspecified.
public Exception Exception { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.