Namespace: SpawnDev.SpawnJS.JSObjects
Inherits: Exception
Source: JSObjects/PromiseCatchException.cs
Exception thrown when a Promise is rejected and caught
| Signature | Description |
|---|---|
PromiseCatchException(TCatch catchValue) |
Creates a new instance |
| Property | Type | Access | Description |
|---|---|---|---|
CatchValue |
TCatch |
get | The value that was caught |