In Beta 7 we could make this call
var error = context.GetFeature<IErrorHandlerFeature>();
to get the error that just happened. It does not exist in beta 8 it seems. Would like to know what took its place or what we should use instead.
Thanks!
In Beta 7 we could make this call
var error = context.GetFeature<IErrorHandlerFeature>();
to get the error that just happened. It does not exist in beta 8 it seems. Would like to know what took its place or what we should use instead.
Thanks!