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.