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) | |
| 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) |
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 --- |
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) | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception source) | |
| at _1.Program.C(String type, String msg) | |
| at _1.Program.B(String type, String msg) | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception source) | |
| at _1.Program.A(String type, String msg) |
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: One or more errors occurred. (Object reference not set to an instance of an object.) | |
| ---> System.NullReferenceException: Object reference not set to an instance of an object. | |
| at System.Net.Http.RedirectHandler.GetUriForRedirect(Uri requestUri, HttpResponseMessage response) | |
| at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) | |
| at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) | |
| at Grpc.Net.Client.Internal.GrpcCall`2.SendAsync(HttpClient client, HttpRequestMessage message) in C:\Development\Source\grpc-dotnet\src\Grpc.Net.Client\Internal\GrpcCall.cs:line 432 | |
| at Grpc.Net.Client.Internal.HttpContentClientStreamReader`2.MoveNextCore(CancellationToken cancellationToken) in C:\Development\Source\grpc-dotnet\src\Grpc.Net.Client\Internal\HttpContentClientStreamReader.cs:line 113 | |
| at Inte |
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: One or more errors occurred. (Object reference not set to an instance of an object.) ---> System.NullReferenceException: Object reference not set to an instance of an object. | |
| at System.Net.Http.RedirectHandler.GetUriForRedirect(Uri requestUri, HttpResponseMessage response) | |
| at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) | |
| at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) | |
| at Grpc.Net.Client.Internal.GrpcCall`2.SendAsync(HttpClient client, HttpRequestMessage message) in C:\Development\Source\grpc-dotnet\src\Grpc.Net.Client\Internal\GrpcCall.cs:line 432 | |
| at Grpc.Net.Client.Internal.HttpContentClientStreamReader`2.MoveNextCore(CancellationToken cancellationToken) in C:\Development\Source\grpc-dotnet\src\Grpc.Net.Client\Internal\HttpContentClientStreamReader.cs:line 113 | |
| at InteropTestsClient.InteropClient.RunTimeo |
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 |
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 --- |
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
| using System; | |
| using System.Collections.Generic; | |
| using System.Runtime.ExceptionServices; | |
| using System.IO; | |
| using System.Net.Http; | |
| using System.Reflection; | |
| using System.Security; | |
| using System.Security.Authentication; | |
| using System.Threading.Tasks; |
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.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. | |
| ---> Interop+Crypto+OpenSslCryptographicException: error:25070067:DSO support routines:DSO_load:could not load the shared library | |
| at Interop.SslInitializer..cctor() | |
| at Interop.Ssl..cctor() | |
| at Interop.Ssl.SslV2_3Method() | |
| at Interop.Ssl.SslMethods..cctor() |