Class AIResponseException
Inheritance
object
Exception
AIResponseException
Assembly: .dll
Syntax
public abstract class AIResponseException : Exception
Constructors
AIResponseException(Api)
Declaration
public AIResponseException(Api api)
Parameters
Type |
Name |
Description |
Api |
api |
|
AIResponseException(Api, string)
Declaration
public AIResponseException(Api api, string message)
Parameters
Type |
Name |
Description |
Api |
api |
|
string |
message |
|
AIResponseException(Api, string, Exception)
Declaration
public AIResponseException(Api api, string message, Exception innerException)
Parameters
Type |
Name |
Description |
Api |
api |
|
string |
message |
|
Exception |
innerException |
|
Properties
Api
Declaration
Property Value