TinyMessengerSubscriptionException

StockSharp.Xaml.Charting.Common.Messaging

Thrown when an exceptions occurs while subscribing to a message type

継承元: Exception

コンストラクター

TinyMessengerSubscriptionException(Type, string)

Initializes a new instance of the TinyMessengerSubscriptionException class.

messageType
Type of the message.
reason
The reason.
TinyMessengerSubscriptionException(Type, string, Exception)

Initializes a new instance of the TinyMessengerSubscriptionException class.

messageType
Type of the message.
reason
The reason.
innerException
The inner exception.