Click or drag to resize
ExceptionHandlerHandleAsyncCore Method

Namespace: DrawerBackup.Native.Server.Filtering
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public virtual Task HandleAsyncCore(
	ExceptionHandlerContext context,
	CancellationToken cancellationToken
)

Parameters

context
Type: ExceptionHandlerContext
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: Task
See Also