Class: IOErrorEvent

IOErrorEvent

IOErrorEvent オブジェクトは、エラーが発生して入力操作または出力操作が失敗したときに送出されます。

An IOErrorEvent object is dispatched when an error causes input or output operations to fail.

new next2d.events.IOErrorEvent (type, bubbles, cancelable, text)

NameTypeDefaultDescription
typestring
bubblesbooleantrueoptional
cancelablebooleanfalseoptional
textstring""optional

Extends

  • Event

Members

next2d.events.IOErrorEvent.IO_ERROR staticconstant

ioError イベントオブジェクトの type プロパティ値を定義します。
Defines the value of the type property of an ioError event object.

Default Value:
  • ioError

next2d.events.IOErrorEvent.namespace string staticconstant

指定されたクラスの空間名を返します。
Returns the space name of the specified class.

Default Value:
  • next2d.events.IOErrorEvent

namespace string constant

指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.

Default Value:
  • next2d.events.IOErrorEvent

text readonly

エラーテキストです。
error text.

Default Value:
  • ""

Methods

next2d.events.IOErrorEvent.toString ()string static

指定されたクラスのストリングを返します。
Returns the string representation of the specified class.

Default Value:
  • [class IOErrorEvent]
Returns:
TypeDescription
string

toString ()string

指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.

Returns:
TypeDescription
string