Show / Hide Table of Contents

Class ApiCreationException

Exception for signalling API creation and startup errors.

Inheritance
object
Exception
ApiCreationException
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 ApiCreationException : Exception, ISerializable, _Exception

Constructors

ApiCreationException(ApiCreationError, string)

Declaration
public ApiCreationException(ApiCreationException.ApiCreationError code, string message)
Parameters
Type Name Description
ApiCreationException.ApiCreationError code
string message

ApiCreationException(ApiCreationError, string, Exception)

Declaration
public ApiCreationException(ApiCreationException.ApiCreationError code, string message, Exception innerException)
Parameters
Type Name Description
ApiCreationException.ApiCreationError code
string message
Exception innerException

Properties

Code

Declaration
public ApiCreationException.ApiCreationError Code { get; }
Property Value
Type Description
ApiCreationException.ApiCreationError

IsRecoverable

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

Implements

ISerializable
_Exception
In this article
Back to top