You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow customizing the exception handling produced for async methods.
Adding the following attribute: [module: AsyncExceptionFilter(typeof(MyExceptionHandler)]
would result in the generated try/catch having a modified catch clause:
async method exception filter
Summary
Allow customizing the exception handling produced for async methods.
Adding the following attribute:
[module: AsyncExceptionFilter(typeof(MyExceptionHandler)]
would result in the generated
try/catch
having a modifiedcatch
clause:where we could find the following method
void Report(Exception)
.Design meetings
The text was updated successfully, but these errors were encountered: