ServiceRpcDescriptor.RpcOrderPreservingSynchronizationContext.UnhandledException 事件

定义

在发布的工作引发未经处理的异常时发生。

public:
 event EventHandler<Exception ^> ^ UnhandledException;
public event EventHandler<Exception>? UnhandledException;
member this.UnhandledException : EventHandler<Exception> 
Public Event UnhandledException As EventHandler(Of Exception) 

事件类型

EventHandler<Exception>

适用于