Skip to content

NodejsEnvironment.UnhandledPromiseRejectionEventArgs class

Event args for an unhandled promise rejection in a Node.js environment.

C#
public class UnhandledPromiseRejectionEventArgs : EventArgs

Public Members

namedescription
UnhandledPromiseRejectionEventArgs()The default constructor.
Error { get; set; }

See Also

Released under the MIT license