Table of Contents

Class ModelResponseException

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

Constructors

ModelResponseException(Api)

public ModelResponseException(Api api)

Parameters

api Api

ModelResponseException(Api, string)

public ModelResponseException(Api api, string message)

Parameters

api Api
message string

ModelResponseException(Api, string, Exception)

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

Parameters

api Api
message string
innerException Exception

Properties

Api

public Api Api { get; }

Property Value

Api