Skip to content

Instantly share code, notes, and snippets.

@danmoseley
Created June 15, 2019 20:09
Show Gist options
  • Save danmoseley/a501f2cec1348049a268629a320b86d9 to your computer and use it in GitHub Desktop.
Save danmoseley/a501f2cec1348049a268629a320b86d9 to your computer and use it in GitHub Desktop.
after
System.AggregateException: <aggmsg> (<outer1msg> (parameter 'myarg')) (<outer2msg>)
---> System.ArgumentException: <outer1msg> (parameter 'myarg')
at _1.Program.F(String type, String msg)
at _1.Program.E(String type, String msg)
at _1.Program.D(String type, String msg)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception source)
at _1.Program.C(String type, String msg)
at _1.Program.B(String type, String msg)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception source)
at _1.Program.A(String type, String msg)
at _1.Program.Caller(String type, String msg)
at _1.Program.OuterCaller(String type, String msg)
--- End of inner exception stack trace ---
---> (Inner Exception #1) System.InvalidCastException: <outer2msg>
---> System.IO.FileNotFoundException: <inner2msg>
File name: 'fo2o.txt'
at _1.Program.Something(String msg)
at _1.Program.F(String type, String msg)
at _1.Program.E(String type, String msg)
at _1.Program.D(String type, String msg)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception source)
at _1.Program.C(String type, String msg)
at _1.Program.B(String type, String msg)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception source)
at _1.Program.A(String type, String msg)
at _1.Program.Caller(String type, String msg)
at _1.Program.OuterCaller(String type, String msg)
--- End of inner exception stack trace ---
at _1.Program.MethodAsync(String msg)
at _1.Program.MethodAsync(String msg, Int32 v0)
at _1.Program.MethodAsync(String msg, Int32 v0, Int32 v1)
at _1.Program.MethodAsync(String msg, Int32 v0, Int32 v1, Int32 v2)
at _1.Program.MethodAsync(String msg, Int32 v0, Int32 v1, Int32 v2, Int32 v3)
at _1.Program.OuterCaller(String type, String msg)<---
=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=
System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception.
---> System.TypeInitializationException: The type initializer for 'SslMethods' threw an exception.
---> System.TypeInitializationException: The type initializer for 'Ssl' threw an exception.
---> System.TypeInitializationException: The type initializer for 'SslInitializer' threw an exception.
---> _1.Interop+Crypto+OpenSslCryptographicException: error:25070067:DSO support routines:DSO_load:could not load the shared library
at _1.Program.<>c.<Main>b__0_0()
at _1.Program.CCC(Action cb)
at _1.Program.BBB(Action cb)
at _1.Program.AAA(Action cb)
at _1.Program.Wrap(Exception inner, Action cb)
--- End of inner exception stack trace ---
at _1.Program.<>c.<Main>b__0_1()
at _1.Program.CCC(Action cb)
at _1.Program.BBB(Action cb)
at _1.Program.AAA(Action cb)
at _1.Program.Wrap(Exception inner, Action cb)
--- End of inner exception stack trace ---
at _1.Program.<>c.<Main>b__0_2()
at _1.Program.CCC(Action cb)
at _1.Program.BBB(Action cb)
at _1.Program.AAA(Action cb)
at _1.Program.Wrap(Exception inner, Action cb)
--- End of inner exception stack trace ---
at _1.Program.<>c.<Main>b__0_3()
at _1.Program.CCC(Action cb)
at _1.Program.BBB(Action cb)
at _1.Program.AAA(Action cb)
at _1.Program.Wrap(Exception inner, Action cb)
--- End of inner exception stack trace ---
at _1.Program.<>c.<Main>b__0_4()
at _1.Program.CCC(Action cb)
at _1.Program.BBB(Action cb)
at _1.Program.AAA(Action cb)
at _1.Program.Wrap(Exception inner, Action cb)
--- End of inner exception stack trace ---
at _1.Program.<>c.<Main>b__0_5()
at _1.Program.CCC(Action cb)
at _1.Program.BBB(Action cb)
at _1.Program.AAA(Action cb)
at _1.Program.Wrap(Exception inner, Action cb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment