Created
June 15, 2019 20:10
-
-
Save danmoseley/ef14298ab1ee85a41b79684f7a2a94a6 to your computer and use it in GitHub Desktop.
before
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.AggregateException: <aggmsg> (<outer1msg> | |
Parameter name: myarg) (<outer2msg>) ---> System.ArgumentException: <outer1msg> | |
Parameter name: 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 #0) System.ArgumentException: <outer1msg> | |
Parameter name: 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) | |
---> (Inner Exception #1) System.InvalidCastException: <outer2msg> ---> System.IO.FileNotFoundException: <inner2msg> | |
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