I'm investigating a stack trace, and I came accross this output:
Server stack trace:
...
at MyProject.Data.Notifications.NotificationCache.InitialisedCache() in NotificationCache.cs: line 72
at System.Lazy`1.CreateValue()
Exception rethrown at [0]:
at System.Lazy`1.get_Value()
at MyProject.Data.Notifications.NotificationCache.AddItemToCache(NotificationDto dto) in NotificationCache.cs: line 82
bla bla bla
Could somebody please explain what the Exception rethrown at [0]: means and show some simple scenario how to replicate it?
I tried to replicate it via try/catch/throw, try/catch ex/throw ex etc but I could not.