Class UnhandledExceptionSource
The logs source sending information about unhandled errors UnhandledException and UnobservedTaskException.
Inherited Members
Namespace: StockSharp.Logging
Assembly: StockSharp.Logging.dll
Syntax
public class UnhandledExceptionSource : BaseLogSource, ILogSource, IDisposable, IPersistable
Constructors
UnhandledExceptionSource()
Initializes a new instance of the UnhandledExceptionSource.
Declaration
public UnhandledExceptionSource()
Properties
Name
The source name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Methods
DisposeManaged()
Release resources.
Declaration
protected override void DisposeManaged()
Implements
Ecng.Serialization.IPersistable