ServiceRpcDescriptor.RpcOrderPreservingSynchronizationContext.UnhandledException Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when posted work throws an unhandled exception.
public:
event EventHandler<Exception ^> ^ UnhandledException;
public event EventHandler<Exception>? UnhandledException;
member this.UnhandledException : EventHandler<Exception>
Public Event UnhandledException As EventHandler(Of Exception)