C# Class CK.Core.CriticalErrorCollector.ErrorEventArgs

Event argument of CriticalErrorCollector.OnErrorFromBackgroundThreads.
Inheritance: System.EventArgs
Datei anzeigen Open project: Invenietis/ck-core Class Usage Examples

Public Properties

Property Type Description
LoggingErrors IReadOnlyList

Private Methods

Method Description
ErrorEventArgs ( Error e ) : System

Property Details

LoggingErrors public_oe property

The Errors. When more than one error exist, the oldest come first.
public IReadOnlyList LoggingErrors
return IReadOnlyList