Packagefunit.listeners.events
Classpublic class UnhandledErrorEvent
InheritanceUnhandledErrorEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  error : Error
UnhandledErrorEvent
Public Methods
 MethodDefined by
  
UnhandledErrorEvent(type:String, error:Error)
UnhandledErrorEvent
Public Constants
 ConstantDefined by
  UNHANDLED_ERROR : String = "unhandledError"
[static]
UnhandledErrorEvent
Property detail
errorproperty
public var error:Error
Constructor detail
UnhandledErrorEvent()constructor
public function UnhandledErrorEvent(type:String, error:Error)

Parameters
type:String
 
error:Error
Constant detail
UNHANDLED_ERRORconstant
public static const UNHANDLED_ERROR:String = "unhandledError"