AggregateException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception
public class AggregateException extends System.Exception
聚合多个异常。
构造函数
| 构造函数 | 描述 |
|---|---|
| AggregateException(Throwable[] innerExceptions) | 初始化 AggregateException 类的新实例。 |
AggregateException(Throwable[] innerExceptions)
public AggregateException(Throwable[] innerExceptions)
初始化 AggregateException 类的新实例。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| innerExceptions | java.lang.Throwable[] | 内部异常。 |