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:

参数类型描述
innerExceptionsjava.lang.Throwable[]内部异常。