我发现如果我捕获异常e,e.innerException可能为null.
在catch块的任何可能情况下,e.StackTrace也可能为null吗?
try {
}
catch(Exception e)
{
//can e.StackTrace be null here?
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3219 次 |
| 最近记录: |