Table of Contents

Class AIClientException

Namespace
Glitch9.AIDevKit
public class AIClientException : Exception
Inheritance
object
Exception
AIClientException
Derived

Constructors

AIClientException(Api)

public AIClientException(Api api)

Parameters

api Api

AIClientException(Api, string)

public AIClientException(Api api, string message)

Parameters

api Api
message string

AIClientException(Api, string, Exception)

public AIClientException(Api api, string message, Exception innerException)

Parameters

api Api
message string
innerException Exception

Properties

Api

public Api Api { get; }

Property Value

Api