Show / Hide Table of Contents

Class TaskExceptionEventArgs

Contains information about an exception that was thrown in a task.

Inheritance
System.Object
System.EventArgs
TaskExceptionEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Moth.Tasks
Assembly: Moth.Tasks.dll
Syntax
public class TaskExceptionEventArgs : EventArgs

Constructors

| Improve this Doc View Source

TaskExceptionEventArgs(Exception)

Initializes a new instance of the TaskExceptionEventArgs class.

Declaration
public TaskExceptionEventArgs(Exception exception)
Parameters
Type Name Description
System.Exception exception

System.Exception thrown.

Properties

| Improve this Doc View Source

Exception

System.Exception thrown.

Declaration
public Exception Exception { get; }
Property Value
Type Description
System.Exception
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX