Currently this gets caught in App.xaml.cs
Message: Error Message: System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> MicrosoftAdvertising.Shared.AdException: No ad available.
How can i catch this exception in code or should AdRotator handle it?
I can share more code if this is not a known issue.
This is how I am handling AdControl exceptions: