I want my program in case of missing .dll
file to notify user about this fact instead of just crashing with FileNotFoundException
reffering to this .dll
.
This library is included to the project via refference.
Exception is thrown even before any of my code is executed so I can't hadle it.