Hi All,
How to handle exception properly ?
Let say I am logging exception details to a text file on exception.But while writing exception details if file path not exist/some other exception occur how can I manage it.
How to handle exception if it happens in exception logging method.
Thanks