Show / Hide Table of Contents

Class ErrorEventArgs

Inheritance
object
EventArgs
ErrorEventArgs
FillDownloadErrorEventArgs
GreeksSubscriptionErrorEventArgs
NotSupportedEventArgs
OptionsChainSubscriptionErrorEventArgs
PriceSubscriptionErrorEventArgs
QuoteUpdateSubscriptionErrorEventArgs
TimeAndSalesUpdateSubscriptionErrorEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class ErrorEventArgs : EventArgs

Properties

ErrorType

Declaration
public ErrorType ErrorType { get; set; }
Property Value
Type Description
ErrorType

Message

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

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top