TypeErrorObject Class

Definition

Represents a type error. For example, a type error can occur when you pass an object of one type to a method that expects an object of another type.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class TypeErrorObject sealed : Microsoft::JScript::ErrorObject
public sealed class TypeErrorObject : Microsoft.JScript.ErrorObject
type TypeErrorObject = class
    inherit ErrorObject
Public NotInheritable Class TypeErrorObject
Inherits ErrorObject
Inheritance

Fields

Name Description
description

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies the message that explains the reason for the error.

(Inherited from ErrorObject)
engine

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to the scripting engine.

(Inherited from ScriptObject)
field_table

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a list of fields that are dynamically added and removed from the object.

(Inherited from JSObject)
message

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies the message that explains the reason for the error.

(Inherited from ErrorObject)
number

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a number or code for the error.

(Inherited from