Added logging + array based processing.
This commit is contained in:
@@ -18,7 +18,7 @@ namespace BodyshopPartner.Utils
|
||||
|
||||
public static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
|
||||
{
|
||||
logger.Fatal((e.ExceptionObject as Exception), "Unhandled generic exception.");
|
||||
logger.Fatal((e.ExceptionObject as Exception), "Unhandled generic exception. ");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user