Skip to content

Instantly share code, notes, and snippets.

@tliff
Created March 19, 2018 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tliff/49ccf1571f510ea96dda1948b18d26fa to your computer and use it in GitHub Desktop.
Save tliff/49ccf1571f510ea96dda1948b18d26fa to your computer and use it in GitHub Desktop.
stefanmaier@macbookpro:~/tmp/foo$ LC_ALL=fr_FR.UTF-8 dotnet run
Unhandled Exception: System.Net.NetworkInformation.PingException: An exception occurred during a Ping request.
at System.Net.NetworkInformation.Ping.<SendWithPingUtility>d__59.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
at System.Net.NetworkInformation.Ping.<SendPingAsyncCore>d__57.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at System.Net.NetworkInformation.Ping.Send(IPAddress address)
at Program.Main(String[] args) in /Users/stefanmaier/tmp/foo/Program.cs:line 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment