Last active
June 10, 2019 03:30
-
-
Save danmoseley/c24a671ce7d3623ad616e7fd94929042 to your computer and use it in GitHub Desktop.
Old 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 name: myarg) (<outer2msg>) ---> System.ArgumentException: <outer1msg> | |
Parameter name: myarg | |
at _1.Program.F(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 122 | |
at _1.Program.E(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 116 | |
at _1.Program.D(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 107 | |
--- 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) in c:\d\dotnet30\1\Program.cs:line 100 | |
at _1.Program.B(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 89 | |
--- 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) in c:\d\dotnet30\1\Program.cs:line 82 | |
at _1.Program.Caller(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 78 | |
at _1.Program.OuterCaller(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 66 | |
--- End of inner exception stack trace --- | |
---> (Inner Exception #0) System.ArgumentException: <outer1msg> | |
Parameter name: myarg | |
at _1.Program.F(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 122 | |
at _1.Program.E(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 116 | |
at _1.Program.D(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 107 | |
--- 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) in c:\d\dotnet30\1\Program.cs:line 100 | |
at _1.Program.B(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 89 | |
--- 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) in c:\d\dotnet30\1\Program.cs:line 82 | |
at _1.Program.Caller(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 78 | |
at _1.Program.OuterCaller(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 66<--- | |
---> (Inner Exception #1) System.InvalidCastException: <outer2msg> ---> System.IO.FileNotFoundException: <inner2msg> | |
at _1.Program.Something(String msg) in c:\d\dotnet30\1\Program.cs:line 126 | |
at _1.Program.F(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 123 | |
at _1.Program.E(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 116 | |
at _1.Program.D(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 107 | |
--- 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) in c:\d\dotnet30\1\Program.cs:line 100 | |
at _1.Program.B(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 89 | |
--- 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) in c:\d\dotnet30\1\Program.cs:line 82 | |
at _1.Program.Caller(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 78 | |
at _1.Program.OuterCaller(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 66 | |
--- End of inner exception stack trace --- | |
at _1.Program.MethodAsync(String msg) in c:\d\dotnet30\1\Program.cs:line 132 | |
at _1.Program.MethodAsync(String msg, Int32 v0) in c:\d\dotnet30\1\Program.cs:line 131 | |
at _1.Program.MethodAsync(String msg, Int32 v0, Int32 v1) in c:\d\dotnet30\1\Program.cs:line 130 | |
at _1.Program.MethodAsync(String msg, Int32 v0, Int32 v1, Int32 v2) in c:\d\dotnet30\1\Program.cs:line 129 | |
at _1.Program.MethodAsync(String msg, Int32 v0, Int32 v1, Int32 v2, Int32 v3) in c:\d\dotnet30\1\Program.cs:line 128 | |
at _1.Program.OuterCaller(String type, String msg) in c:\d\dotnet30\1\Program.cs:line 62<--- | |
=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-= | |
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() in c:\d\dotnet30\1\Program.cs:line 28 | |
at _1.Program.CCC(Action cb) in c:\d\dotnet30\1\Program.cs:line 53 | |
at _1.Program.BBB(Action cb) in c:\d\dotnet30\1\Program.cs:line 52 | |
at _1.Program.AAA(Action cb) in c:\d\dotnet30\1\Program.cs:line 51 | |
at _1.Program.Wrap(Exception inner, Action cb) in c:\d\dotnet30\1\Program.cs:line 41 | |
--- End of inner exception stack trace --- | |
at _1.Program.<>c.<Main>b__0_1() in c:\d\dotnet30\1\Program.cs:line 29 | |
at _1.Program.CCC(Action cb) in c:\d\dotnet30\1\Program.cs:line 53 | |
at _1.Program.BBB(Action cb) in c:\d\dotnet30\1\Program.cs:line 52 | |
at _1.Program.AAA(Action cb) in c:\d\dotnet30\1\Program.cs:line 51 | |
at _1.Program.Wrap(Exception inner, Action cb) in c:\d\dotnet30\1\Program.cs:line 41 | |
--- End of inner exception stack trace --- | |
at _1.Program.<>c.<Main>b__0_2() in c:\d\dotnet30\1\Program.cs:line 30 | |
at _1.Program.CCC(Action cb) in c:\d\dotnet30\1\Program.cs:line 53 | |
at _1.Program.BBB(Action cb) in c:\d\dotnet30\1\Program.cs:line 52 | |
at _1.Program.AAA(Action cb) in c:\d\dotnet30\1\Program.cs:line 51 | |
at _1.Program.Wrap(Exception inner, Action cb) in c:\d\dotnet30\1\Program.cs:line 41 | |
--- End of inner exception stack trace --- | |
at _1.Program.<>c.<Main>b__0_3() in c:\d\dotnet30\1\Program.cs:line 31 | |
at _1.Program.CCC(Action cb) in c:\d\dotnet30\1\Program.cs:line 53 | |
at _1.Program.BBB(Action cb) in c:\d\dotnet30\1\Program.cs:line 52 | |
at _1.Program.AAA(Action cb) in c:\d\dotnet30\1\Program.cs:line 51 | |
at _1.Program.Wrap(Exception inner, Action cb) in c:\d\dotnet30\1\Program.cs:line 41 | |
--- End of inner exception stack trace --- | |
at _1.Program.<>c.<Main>b__0_4() in c:\d\dotnet30\1\Program.cs:line 32 | |
at _1.Program.CCC(Action cb) in c:\d\dotnet30\1\Program.cs:line 53 | |
at _1.Program.BBB(Action cb) in c:\d\dotnet30\1\Program.cs:line 52 | |
at _1.Program.AAA(Action cb) in c:\d\dotnet30\1\Program.cs:line 51 | |
at _1.Program.Wrap(Exception inner, Action cb) in c:\d\dotnet30\1\Program.cs:line 41 | |
--- End of inner exception stack trace --- | |
at _1.Program.<>c.<Main>b__0_5() in c:\d\dotnet30\1\Program.cs:line 33 | |
at _1.Program.CCC(Action cb) in c:\d\dotnet30\1\Program.cs:line 53 | |
at _1.Program.BBB(Action cb) in c:\d\dotnet30\1\Program.cs:line 52 | |
at _1.Program.AAA(Action cb) in c:\d\dotnet30\1\Program.cs:line 51 | |
at _1.Program.Wrap(Exception inner, Action cb) in c:\d\dotnet30\1\Program.cs:line 41 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment