Show / Hide Table of Contents

Class AsyncOperationError

Inheritance
object
Exception
AsyncOperationError
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class AsyncOperationError : Exception, ISerializable, _Exception

Properties

IsRecoverableError

Declaration
public bool IsRecoverableError { get; }
Property Value
Type Description
bool

Implements

ISerializable
_Exception
In this article
Back to top