public class AggregateException
extends com.aspose.ms.System.Exception
Aggregates multiple exceptions.
Exception
,
Serialized FormConstructor and Description |
---|
AggregateException(Throwable[] innerExceptions)
Initializes a new instance of the
AggregateException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public AggregateException(Throwable[] innerExceptions)
Initializes a new instance of the AggregateException
class.
innerExceptions
- The inner exceptions.