Apply changes from https://github.com/dotnet/runtime/commit/eb1756e97d23df13bc6fe798e...
[mono-project.git] / mono / tests / exiting / delegate-delegate-exception.out
blobc38ea1b78d499cf86631aa354f0e33bf56295fe7
1 Delegate method\r
2 Async callback foo\r
4 Unhandled Exception: System.SystemException: delegate throws exception\r
6 Server stack trace: 
7    at foo.function()\r
8    at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)\r
9    at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
11 Exception rethrown at [0]: 
12    at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)\r
13    at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)\r
14    at foo_delegate.EndInvoke(IAsyncResult result)\r
15    at foo.Main()\0