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
Aggregates multiple exceptions.
Constructors
Constructor | Description |
---|---|
AggregateException(Throwable[] innerExceptions) | Initializes a new instance of the AggregateException class. |
AggregateException(Throwable[] innerExceptions)
public AggregateException(Throwable[] innerExceptions)
Initializes a new instance of the AggregateException class.
Parameters:
Parameter | Type | Description |
---|---|---|
innerExceptions | java.lang.Throwable[] | The inner exceptions. |