Class AIClientException
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
Property Value
- Api