Class ErrorCommand
Assembly: StockSharp.Studio.Core.dll
Syntax
public class ErrorCommand : BaseStudioCommand, IStudioCommand
Constructors
ErrorCommand(Exception)
Declaration
public ErrorCommand(Exception error)
Parameters
ErrorCommand(String)
Declaration
public ErrorCommand(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
Properties
Error
Declaration
public Exception Error { get; }
Property Value
Message
Declaration
public string Message { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Implements
Extension Methods