Interface IErrorEventListener
Interface for listening to error events.
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IErrorEventListener
Methods
| Edit this page View SourceOnErrorEvent(Event<Exception>)
Declaration
void OnErrorEvent(Event<Exception> e)
Parameters
| Type | Name | Description |
|---|---|---|
| Event<Exception> | e |