Class AbortedWithReasonException
An exception thrown when a Thunk is aborted.
Implements
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public class AbortedWithReasonException : OperationCanceledException, ISerializable
Constructors
AbortedWithReasonException(object)
Create a new instance of the Aborted
Declaration
public AbortedWithReasonException(object reason)
Parameters
Type | Name | Description |
---|---|---|
object | reason | The reason for the abortion. |
Properties
Reason
The reason for the abortion.
Declaration
public object Reason { get; }
Property Value
Type | Description |
---|---|
object |