Last active
October 21, 2019 03:38
-
-
Save danmoseley/421d37130f3a2ae36206fa1c8ca5b062 to your computer and use it in GitHub Desktop.
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.InvalidOperationException: <some regular exception> | |
at _1.Program.<>c.<Main>b__0_0() in C:\proj\30\ConsoleApp1\Program.cs:line 21 | |
at _1.Program.Wrap(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 69 | |
System.AggregateException: <aggmsg> (<outer1msg> (Parameter 'myarg')) (<outer2msg>) | |
---> System.ArgumentException: <outer1msg> (Parameter 'myarg') | |
at _1.Program.F(String type, String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 169 | |
at _1.Program.E(String type, String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 162 | |
at _1.Program.D(String type, String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 152 | |
--- 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:\proj\30\ConsoleApp1\Program.cs:line 144 | |
at _1.Program.B(String type, String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 132 | |
--- 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:\proj\30\ConsoleApp1\Program.cs:line 124 | |
at _1.Program.Caller(String type, String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 119 | |
at _1.Program.OuterCaller(String type, String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 106 | |
--- End of inner exception stack trace --- | |
---> (Inner Exception #1) System.InvalidCastException: <outer2msg> | |
---> System.IO.FileNotFoundException: <inner2msg> | |
File name: 'foo.txt' | |
at _1.Program.Something(String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 176 | |
at _1.Program.F(String type, String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 170 | |
at _1.Program.E(String type, String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 162 | |
at _1.Program.D(String type, String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 152 | |
--- 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:\proj\30\ConsoleApp1\Program.cs:line 144 | |
at _1.Program.B(String type, String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 132 | |
--- 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:\proj\30\ConsoleApp1\Program.cs:line 124 | |
at _1.Program.Caller(String type, String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 119 | |
at _1.Program.OuterCaller(String type, String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 106 | |
--- End of inner exception stack trace --- | |
at _1.Program.MethodAsync(String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 182 | |
at _1.Program.MethodAsync(String msg, Int32 v0) in C:\proj\30\ConsoleApp1\Program.cs:line 181 | |
at _1.Program.MethodAsync(String msg, Int32 v0, Int32 v1) in C:\proj\30\ConsoleApp1\Program.cs:line 180 | |
at _1.Program.MethodAsync(String msg, Int32 v0, Int32 v1, Int32 v2) in C:\proj\30\ConsoleApp1\Program.cs:line 179 | |
at _1.Program.MethodAsync(String msg, Int32 v0, Int32 v1, Int32 v2, Int32 v3) in C:\proj\30\ConsoleApp1\Program.cs:line 178 | |
at _1.Program.OuterCaller(String type, String msg) in C:\proj\30\ConsoleApp1\Program.cs:line 102<--- | |
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:\proj\30\ConsoleApp1\Program.cs:line 31 | |
at _1.Program.Wrap(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 61 | |
--- End of inner exception stack trace --- | |
at _1.Program.<>c.<Main>b__0_1() in C:\proj\30\ConsoleApp1\Program.cs:line 32 | |
at _1.Program.CCC(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 93 | |
at _1.Program.BBB(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 91 | |
at _1.Program.AAA(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 89 | |
at _1.Program.Wrap(Exception inner, Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 77 | |
--- End of inner exception stack trace --- | |
at _1.Program.<>c.<Main>b__0_2() in C:\proj\30\ConsoleApp1\Program.cs:line 33 | |
at _1.Program.CCC(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 93 | |
at _1.Program.BBB(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 91 | |
at _1.Program.AAA(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 89 | |
at _1.Program.Wrap(Exception inner, Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 77 | |
--- End of inner exception stack trace --- | |
at _1.Program.<>c.<Main>b__0_3() in C:\proj\30\ConsoleApp1\Program.cs:line 34 | |
at _1.Program.CCC(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 93 | |
at _1.Program.BBB(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 91 | |
at _1.Program.AAA(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 89 | |
at _1.Program.Wrap(Exception inner, Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 77 | |
--- End of inner exception stack trace --- | |
at _1.Program.<>c.<Main>b__0_4() in C:\proj\30\ConsoleApp1\Program.cs:line 35 | |
at _1.Program.CCC(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 93 | |
at _1.Program.BBB(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 91 | |
at _1.Program.AAA(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 89 | |
at _1.Program.Wrap(Exception inner, Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 77 | |
--- End of inner exception stack trace --- | |
at _1.Program.<>c.<Main>b__0_5() in C:\proj\30\ConsoleApp1\Program.cs:line 36 | |
at _1.Program.CCC(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 93 | |
at _1.Program.BBB(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 91 | |
at _1.Program.AAA(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 89 | |
at _1.Program.Wrap(Exception inner, Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 77 | |
System.Runtime.InteropServices.ExternalException (0x80004005): <eemsg> | |
---> System.Runtime.InteropServices.COMException (0x80004005): <cemsg> | |
---> System.BadImageFormatException: Bad IL format. ---> System.IO.FileLoadException: <flemsg> | |
File name: 'c:\some\file' | |
---> System.IO.FileNotFoundException: Could not load file or assembly 'c:\non\existent\file.dll'. The system cannot find the path specified. | |
File name: 'c:\non\existent\file.dll' | |
---> System.IO.FileLoadException: Could not load file or assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. | |
at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly) | |
at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath) | |
at System.Reflection.Assembly.LoadFrom(String assemblyFile) | |
at _1.Program.<>c.<Main>b__0_9() in C:\proj\30\ConsoleApp1\Program.cs:line 47 | |
at _1.Program.Wrap(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 61 | |
at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly) | |
at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath) | |
at System.Reflection.Assembly.LoadFrom(String assemblyFile) | |
at _1.Program.<>c.<Main>b__0_12() in C:\proj\30\ConsoleApp1\Program.cs:line 46 | |
at _1.Program.CCC(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 93 | |
at _1.Program.<>c.<Main>b__0_8() in C:\proj\30\ConsoleApp1\Program.cs:line 46 | |
at _1.Program.Wrap(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 61 | |
at _1.Program.<>c.<Main>b__0_11() in C:\proj\30\ConsoleApp1\Program.cs:line 45 | |
at _1.Program.CCC(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 93 | |
at _1.Program.<>c.<Main>b__0_7() in C:\proj\30\ConsoleApp1\Program.cs:line 45 | |
at _1.Program.Wrap(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 61 | |
at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly) | |
at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath) | |
at System.Reflection.Assembly.LoadFrom(String assemblyFile) | |
at _1.Program.<>c.<Main>b__0_10() in C:\proj\30\ConsoleApp1\Program.cs:line 43 | |
at _1.Program.CCC(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 93 | |
at _1.Program.<>c.<Main>b__0_6() in C:\proj\30\ConsoleApp1\Program.cs:line 43 | |
at _1.Program.Wrap(Action cb) in C:\proj\30\ConsoleApp1\Program.cs:line 61 | |
=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment