VideoOS.Platform.Util.Error.IErrorHandler< out T > Interface Template Reference

Interface for subscribing to generic error (of type exception) More...

Properties

LastError [get]
 Last error (exception) occured in the component.
 

Events

Action< T > OnError
 Callback for notification when error (exception) occur.
 

Detailed Description

Interface for subscribing to generic error (of type exception)

Template Parameters
T
Type Constraints
T :Exception 

Property Documentation

◆ LastError

Last error (exception) occured in the component.

Event Documentation

◆ OnError

Action<T> VideoOS.Platform.Util.Error.IErrorHandler< out T >.OnError

Callback for notification when error (exception) occur.