Interface IErrorListener
Observer interface for receiving error events.
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public interface IErrorListener
Methods
| Edit this page View SourceOnError(Exception)
Declaration
void OnError(Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | exception |