Class RealtimeApiException
Inheritance
RealtimeApiException
Assembly: Glitch9.AIDevKit.dll
Syntax
public class RealtimeApiException : Exception, ISerializable
Constructors
|
Edit this page
View Source
RealtimeApiException()
Declaration
public RealtimeApiException()
|
Edit this page
View Source
RealtimeApiException(BackendException)
Declaration
public RealtimeApiException(BackendException error)
Parameters
|
Edit this page
View Source
RealtimeApiException(string)
Declaration
public RealtimeApiException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
|
Edit this page
View Source
RealtimeApiException(string, Exception)
Declaration
public RealtimeApiException(string message, Exception inner)
Parameters
Properties
|
Edit this page
View Source
ServerError
Declaration
public BackendException ServerError { get; }
Property Value
Implements
Extension Methods