Class ReferenceError
TopLevel
Class ReferenceError
Object
TopLevel.Error
ReferenceError
Represents a reference error.
Constructor Summary
ReferenceError()
Constructs the error.
ReferenceError(msg : String)
Constructs the error with the specified message.
Method Summary
Methods inherited from class Error
Constructor Detail
ReferenceError
public ReferenceError()
Constructs the error.

ReferenceError
public ReferenceError(msg : String)
Constructs the error with the specified message.
Parameters:
msg - the reference error message.