Class ErrorEventArgs
Inheritance
Object
EventArgs
ErrorEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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
System.Object.ToString()