gpt4 book ai didi

C# 异常处理失败

转载 作者:可可西里 更新时间:2023-11-01 08:00:58 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Catch multiple Exceptions at once?

在C#中有什么方法可以轻松实现以下伪代码:

try
{
...
}
catch ( ExceptionTypeA, ExceptionTypeB, ExceptionTypeC as ex)
{
... same code for all threw
}

或者

try
{
...
}
catch ( ExceptionTypeA ex )
catch ( ExceptionTypeB ex )
catch ( ExceptionTypeC ex )
{
... same code for all exceptions of A, B or C
}

我想我所说的将是异常类型的失败。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com