You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The service threw an unhandled exception: System.UnhandledExceptionEventArgs
e.ToString() haven't done what was expected in this case. From my understanding of the situation, UnhandledExceptionEventArgs can be tricky.
Either it is e.Exception.ToString() that should be written there, or some manually constructed message (I often find it useful to log InnerException right away, if available.)
This is exactly what I got in my console:
e.ToString()
haven't done what was expected in this case. From my understanding of the situation, UnhandledExceptionEventArgs can be tricky.Either it is
e.Exception.ToString()
that should be written there, or some manually constructed message (I often find it useful to log InnerException right away, if available.)DotNetCore.WindowsService/Source/PeterKottas.DotNetCore.WindowsService/ConsoleServiceHost.cs
Line 126 in 4c0052b
The text was updated successfully, but these errors were encountered: