ErrorEvent.Error

ErrorEvent.Error property

The error attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to null. Where appropriate, it is set to the object representing the error (e.g. the exception object in the case of an uncaught DOM exception).

public object Error { get; }

Property Value

The error.

See Also