Maintain log file for each Exception that occurred in try block

Exception Handling important interview questions
This method created log file to add the exception type and name of exception, it means maintain a exception log file
Here streamWriter class present in System.io namespace,
You just pass the path of log file.


Social Media