I think there is a component that allowed the creation of global error handling.
For example, I myself make an exception when something bad happens, for example
throw new ArgumentNullException("playlist is empty");
How can I catch him globally?
IAdapter
source share