Class AIServerSentException
Inheritance
object
Exception
AIServerSentException
Assembly: .dll
Syntax
public class AIServerSentException : AIResponseException
Constructors
AIServerSentException(Api, ServerSentError)
Declaration
public AIServerSentException(Api api, ServerSentError serverSentError)
Parameters
AIServerSentException(Api, string, Exception)
Declaration
public AIServerSentException(Api api, string url, Exception innerException)
Parameters
Type |
Name |
Description |
Api |
api |
|
string |
url |
|
Exception |
innerException |
|
Properties
Url
Declaration
public string Url { get; }
Property Value