Как установить exceptionmanager в классе exceptionpolicy с помощью метода setexceptionmanager
I have a console application which had used Microsoft.Practice.Enterprise Library for exception handling and logging etc. But the dll for the enlib was missing so i installed version 6 from Nuget and built the solution. When i tried to run/debug the application I get error saying : ex = "Must set an ExceptionManager in the ExceptionPolicy class using the SetExceptionManager method." Please guide me through how to resolve it. Thank you.
Что я уже пробовал:
Я никогда не использовал entlib. Я не знаю, как это работает. Я попытался поискать в интернете, но не смог найти решение.