次の方法で共有


WebScriptHostExceptionHandler.OnUnhandledExceptionAsync メソッド

定義

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

パラメーター

exceptionInfo
ExceptionDispatchInfo

戻り値

実装

Microsoft.Azure.WebJobs.Host.Timers.IWebJobsExceptionHandler.OnUnhandledExceptionAsync(System.Runtime.ExceptionServices.ExceptionDispatchInfo)

適用対象