我有以下問題。我想要捕獲如下所示的異常,而不是我得到NullReferenceException。有沒有辦法捕捉到這個Anonymous方法中拋出的異常?以匿名方式投擲(捕捉)異常
SynchronizationContext _debug_curr_ui = SynchronizationContext.Current;
_debug_curr_ui.Send(new SendOrPostCallback(delegate(object state) {
throw new Exception("RESONANCE CASCADE: GG-3883 hazardous material failure");
}),null);
我將不勝感激任何幫助。
如果你要扔,然後立即捕獲並處理你可能也不會拋出呢? – TimC 2010-12-06 14:26:24