예외처리,exception_handling

SYNTAX
보통 try... catch... finally... statement
exception을 임의로 만드는 throw or raise





Sub:
// by languages
C++ exception_handling - pagename?
Java_exception_handling - 자바,Java
Python_exception_handling - 파이썬,Python
...
// by architectures
ARM에는 exception_level(EL)이란 게 있다 ... Google:arm exception level
.NET exception handling
{
Handling and throwing exceptions in .NET - .NET | Microsoft Learn
https://learn.microsoft.com/en-us/dotnet/standard/exceptions/
}