Table of Contents

Class UnhandledExceptionSource

Namespace
StockSharp.Logging
Assembly
StockSharp.Logging.dll

The logs source sending information about unhandled errors UnhandledException and UnobservedTaskException.

public class UnhandledExceptionSource : BaseLogSource, ILogSource, IDisposable, IPersistable
Inheritance
UnhandledExceptionSource
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

UnhandledExceptionSource()

Initializes a new instance of the UnhandledExceptionSource.

public UnhandledExceptionSource()

Properties

Name

The source name.

public override string Name { get; }

Property Value

string

Methods

DisposeManaged()

Release resources.

protected override void DisposeManaged()