| Package | funit.listeners.events |
| Class | public class UnhandledErrorEvent |
| Inheritance | UnhandledErrorEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| error : Error | UnhandledErrorEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
UnhandledErrorEvent(type:String, error:Error)
| UnhandledErrorEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| UNHANDLED_ERROR : String = "unhandledError" [static]
| UnhandledErrorEvent | ||
| error | property |
public var error:Error
| UnhandledErrorEvent | () | constructor |
public function UnhandledErrorEvent(type:String, error:Error)Parameters
type:String |
|
error:Error |
| UNHANDLED_ERROR | constant |
public static const UNHANDLED_ERROR:String = "unhandledError"