Table of Contents

Class MsgError

Namespace
StockSharp.Studio.IPC
Assembly
StockSharp.Studio.IPC.dll

Response which means that there was error during message handling on server side.

public class MsgError : StudioMessage, IPersistable
Inheritance
MsgError
Implements
Inherited Members
Extension Methods

Constructors

MsgError()

public MsgError()

Properties

ErrorMessage

Error message.

public string ErrorMessage { get; set; }

Property Value

string

IsCancellation

Is cancellation.

public bool IsCancellation { get; set; }

Property Value

bool

Methods

Load(SettingsStorage)

Loads the state of the object from the specified SettingsStorage.

public override void Load(SettingsStorage ss)

Parameters

ss SettingsStorage

Save(SettingsStorage)

Saves the state of the object to the specified SettingsStorage.

public override void Save(SettingsStorage ss)

Parameters

ss SettingsStorage

ToString()

public override string ToString()

Returns

string