| Package | com.ericfeminella.debugger |
| Class | public class LocalDebuggerConnectionException |
| Inheritance | LocalDebuggerConnectionException Error |
| Method | Defined by | ||
|---|---|---|---|
|
LocalDebuggerConnectionException(connectionId:String)
Constructor
Thrown when an application attempts to establish a connection
to LocalDebugger when another Flex client is currently connected
| LocalDebuggerConnectionException | ||
| LocalDebuggerConnectionException | () | constructor |
public function LocalDebuggerConnectionException(connectionId:String)Constructor Thrown when an application attempts to establish a connection to LocalDebugger when another Flex client is currently connected
ParametersconnectionId:String — object reference which is null
|