(SomeException)
{
throw new ExceptionINeed("My custom message");
}
catch (SomeOtherException)
{
throw new ExceptionINeed("My custom message");
}
?
https://stackoverflow.com/questions/136035/catch-multiple-exceptions-at-once
Обсуждают сегодня