WebScriptHostExceptionHandler.OnUnhandledExceptionAsync Method
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.
public System.Threading.Tasks.Task OnUnhandledExceptionAsync (System.Runtime.ExceptionServices.ExceptionDispatchInfo exceptionInfo);
abstract member OnUnhandledExceptionAsync : System.Runtime.ExceptionServices.ExceptionDispatchInfo -> System.Threading.Tasks.Task
override this.OnUnhandledExceptionAsync : System.Runtime.ExceptionServices.ExceptionDispatchInfo -> System.Threading.Tasks.Task
Public Function OnUnhandledExceptionAsync (exceptionInfo As ExceptionDispatchInfo) As Task
Parameters
- exceptionInfo
- ExceptionDispatchInfo
Returns
Implements
Microsoft.Azure.WebJobs.Host.Timers.IWebJobsExceptionHandler.OnUnhandledExceptionAsync(System.Runtime.ExceptionServices.ExceptionDispatchInfo)