Is there anyway to handle exceptions which are thrown in Hub constructor methods
?
Currently there is only HubPipelineModule
which can handles only calling methods related exceptions but not constructor exception.
Assume in Hub constructor I get the "Database connection error". Now I want to show the end user a proper message.
I checked the following links but they are not helpful in this case :