Table of Contents

Interface IErrorMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

The interface describing an message with Error property.

public interface IErrorMessage
Extension Methods

Properties

Error

Error info.

Exception Error { get; set; }

Property Value

Exception