Table of Contents

Class ErrorCommand

Namespace
StockSharp.Studio.Core.Commands
Assembly
StockSharp.Studio.Core.dll
public class ErrorCommand : BaseStudioCommand, IStudioCommand
Inheritance
ErrorCommand
Implements
Inherited Members
Extension Methods

Constructors

ErrorCommand(Exception)

public ErrorCommand(Exception error)

Parameters

error Exception

ErrorCommand(string)

public ErrorCommand(string message)

Parameters

message string

Properties

Error

public Exception Error { get; }

Property Value

Exception

Message

public string Message { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string