Class AIProviderException
Inheritance
AIProviderException
Assembly: Glitch9.AIDevKit.dll
Syntax
public class AIProviderException : Exception, ISerializable
Constructors
|
Edit this page
View Source
AIProviderException(Api, string, int, Exception)
Declaration
public AIProviderException(Api api, string message, int statusCode = 0, Exception innerException = null)
Parameters
Properties
|
Edit this page
View Source
Api
Declaration
Property Value
|
Edit this page
View Source
StatusCode
Declaration
public int StatusCode { get; set; }
Property Value
Implements
Extension Methods