I want to know how to handle Exceptions in my own plug-in in XPP + 2019R2.Is this possible with the implementation class of the PluginDefinition class?

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.