Last active
June 10, 2019 03:30
-
-
Save danmoseley/aeb8488430e9c30136ae3b799f545c80 to your computer and use it in GitHub Desktop.
New test program output
This file contains hidden or 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 '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) | |
| ---> System.InvalidCastException: <outer2msg> | |
| ---> System.IO.FileNotFoundException: <inner2msg> | |
| File name: 'foo.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) | |
| 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) | |
| 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) | |
| 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) | |
| 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) | |
| 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) | |
| 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