Table of Contents

Class Error

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

Constructors

Error(string, object?)

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

Parameters

message string
options object

Properties

Prototype

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

Property Value

ErrorPrototype