Table of Contents

Class AggregateError

Namespace
CSharpToJavaScript.APIs.JS.Ecma
Assembly
CSharpToJavaScript.dll
[To("Default")]
public class AggregateError : AggregateErrorPrototype
Inheritance
AggregateError
Inherited Members

Constructors

AggregateError(object[], string, object?)

[To("Default")]
public AggregateError(object[] errors, string message, object? options = null)

Parameters

errors object[]
message string
options object

Properties

Prototype

[To("FirstCharToLowerCase")]
public static AggregateErrorPrototype Prototype { get; }

Property Value

AggregateErrorPrototype