LastError
const string& LastError() const;
alert = new BAlert("", fTransport->LastError().c_str(), "OK");
throw TransportException(LastError());
throw TransportException(LastError());
int LastError() const