Table of Contents

Class ErrorEventInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class ErrorEventInit : EventInit
Inheritance
ErrorEventInit
Inherited Members

Constructors

ErrorEventInit()

public ErrorEventInit()

Fields

Colno

[Value("colno")]
public ulong Colno

Field Value

ulong

Error

[Value("error")]
public dynamic Error

Field Value

dynamic

Filename

[Value("filename")]
public string Filename

Field Value

string

Lineno

[Value("lineno")]
public ulong Lineno

Field Value

ulong

Message

[Value("message")]
public string Message

Field Value

string