Gets a read-only collection of the Exception instances that caused the current exception.
List<Exception> get innerExceptions => List.unmodifiable(_innerExceptions);