Mittwoch, 3. Oktober 2007

Endlosschleife

while(true){
try{
...
break; //Unterbricht Schleife, wenn bisher keine Exception
}
catch{...}
}

Keine Kommentare: