I need to return an exception that contains a list of exceptions. This is easy enough to do, but I’d like to know if there is a built-in Exception Class that does this as I’d hate to “roll my own” instead of following built-in, documented classes.
Thanks,
Larry
There is the InnerException property, but if you need more than that, you’ll need to roll your own.