TaskExceptionEventArgs Class

Definition

Task exception event arguments

public class TaskExceptionEventArgs : EventArgs
type TaskExceptionEventArgs = class
    inherit EventArgs
Public Class TaskExceptionEventArgs
Inherits EventArgs
Inheritance
TaskExceptionEventArgs

Constructors

Name Description
TaskExceptionEventArgs(Int64, Exception)

Construct a task exception event arguments object.

Properties

Name Description
Exception
TaskId

Applies to