To catch an exception, use the try ... catch expression: try { // some code } catch (e: SomeException) { // handler } finally { // optional ...
確定! 回上一頁