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 SourceTaskExceptionEventArgs(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 SourceException
System.Exception thrown.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
System.Exception |