Is the best way to recover from a LOAD_ERROR fault (on an ArcGISDynamicMapServiceLayer, for instance) involve creating a whole new layer object? Or is there some method on the class that allows one to attempt a reload in-place? A lookover of the API docs lead me to think that there is no way to "reload" a faulted layer in place.
We're loading a fairly large number of layers and some of our clients are on less-than-ideal internet connections, so occurrences of load faults are higher than I'd like. To address this I'm adding in some more error handling/retry options to more gracefully recover from these instances instead of simply splashing out error messages or removing the layer.