C# Class CK.Core.CriticalErrorCollector.ErrorEventArgs

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

Méthodes publiques

Свойство Type Description
LoggingErrors IReadOnlyList

Private Methods

Méthode 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
Résultat IReadOnlyList