I am not entirely sure I understand your question, but there is no way of doing a ‘catch all’ exception handling mechanism in a plugin. You will have to handle exceptions in each method as you would in any other .NET implementation.
I am not entirely sure I understand your question, but there is no way of doing a ‘catch all’ exception handling mechanism in a plugin. You will have to handle exceptions in each method as you would in any other .NET implementation.