Class ErrorEventArgs
- Namespace
- StockSharp.MatLab
- Assembly
- StockSharp.MatLab.dll
Argument which contains an error information.
public class ErrorEventArgs : EventArgs
- Inheritance
-
ErrorEventArgs
- Inherited Members
- Extension Methods
Properties
Error
Error info.
public Exception Error { get; }