Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 484 Bytes

File metadata and controls

20 lines (13 loc) · 484 Bytes

PromiseCatchException

Namespace: SpawnDev.SpawnJS.JSObjects
Inherits: Exception
Source: JSObjects/PromiseCatchException.cs

Exception thrown when a Promise is rejected and caught

Constructors

Signature Description
PromiseCatchException(TCatch catchValue) Creates a new instance

Properties

Property Type Access Description
CatchValue TCatch get The value that was caught