File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
ServiceControl.Monitoring Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 3838
3939 return 0 ;
4040}
41+ catch ( Exception ex )
42+ {
43+ NLog . LogManager . GetCurrentClassLogger ( ) . Fatal ( ex , "Unrecoverable error" ) ;
44+ throw ;
45+ }
4146finally
4247{
4348 // The following log statement is meant to leave a trail in the logs to determine if the process was killed
Original file line number Diff line number Diff line change 3030
3131 return 0 ;
3232}
33+ catch ( Exception ex )
34+ {
35+ NLog . LogManager . GetCurrentClassLogger ( ) . Fatal ( ex , "Unrecoverable error" ) ;
36+ throw ;
37+ }
3338finally
3439{
3540 // The following log statement is meant to leave a trail in the logs to determine if the process was killed
Original file line number Diff line number Diff line change 3838
3939 return 0 ;
4040}
41+ catch ( Exception ex )
42+ {
43+ NLog . LogManager . GetCurrentClassLogger ( ) . Fatal ( ex , "Unrecoverable error" ) ;
44+ throw ;
45+ }
4146finally
4247{
4348 // The following log statement is meant to leave a trail in the logs to determine if the process was killed
You can’t perform that action at this time.
0 commit comments