NodejsEnvironment.UnhandledPromiseRejectionEventArgs class
Event args for an unhandled promise rejection in a Node.js environment.
C#
public class UnhandledPromiseRejectionEventArgs : EventArgs
Public Members
name | description |
---|---|
UnhandledPromiseRejectionEventArgs() | The default constructor. |
Error { get; set; } |
See Also
- event UnhandledPromiseRejection
- class NodejsEnvironment
- namespace Microsoft.JavaScript.NodeApi.Runtime