[loader] Init MonoClass:sizes.element_size lazily (Fixes #43563) (#5559)
[mono.git] / mono / tests / exiting / delegate-async-exception.out
1 Delegate method\r
2 Async callback foo\r
3 Async callback foo\r
4
5 Unhandled Exception: System.SystemException: Async throws exception\r
6
7 Server stack trace: 
8    at foo.async_callback(IAsyncResult ar)\r
9    at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg)\r
10    at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
11
12 Exception rethrown at [0]: 
13    at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)\r
14    at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)\r
15    at foo_delegate.EndInvoke(IAsyncResult result)\r
16    at foo.Main()\0