Interface for subscribing to generic error (of type exception) More...
Properties | |
T | LastError [get] |
Last error (exception) occured in the component. | |
Events | |
Action< T > | OnError |
Callback for notification when error (exception) occur. | |
Interface for subscribing to generic error (of type exception)
T |
T | : | Exception |
|
get |
Last error (exception) occured in the component.
Action<T> VideoOS.Platform.Util.Error.IErrorHandler< out T >.OnError |
Callback for notification when error (exception) occur.