Show / Hide Table of Contents

Class ErrorCommand

Inheritance
Object
BaseStudioCommand
ErrorCommand
Implements
IStudioCommand
Inherited Members
BaseStudioCommand.PossibleDirection
BaseStudioCommand.IsPersistent
Namespace: StockSharp.Studio.Core.Commands
Assembly: StockSharp.Studio.Core.dll
Syntax
public class ErrorCommand : BaseStudioCommand, IStudioCommand

Constructors

ErrorCommand(Exception)

Declaration
public ErrorCommand(Exception error)
Parameters
Type Name Description
Exception error

ErrorCommand(String)

Declaration
public ErrorCommand(string message)
Parameters
Type Name Description
String message

Properties

Error

Declaration
public Exception Error { get; }
Property Value
Type Description
Exception

Message

Declaration
public string Message { get; }
Property Value
Type Description
String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
String

Implements

IStudioCommand

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
StudioCommandHelper.Top<TCommand>(TCommand)
StudioCommandHelper.Deep<TCommand>(TCommand)
StudioCommandHelper.Direction<TCommand>(TCommand, StudioCommandDirections)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾