Show / Hide Table of Contents

Property LoadError

LoadError

Gets the Exception associated with the last load error.

Declaration
[JsonIgnore]
public Exception? LoadError { get; }
Property Value
Type Description
Exception

The Exception if the most recent load failed; null otherwise.

Implements
ILoadable.LoadError
Remarks

Available only while LoadStatus is FailedToLoad; null in every other state. If loading succeeds after calling RetryLoadAsync(), the error is cleared.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.8 - 200.8
.NET100.13 - 300.1
.NET Windows100.13 - 300.1
.NET Android200.0 - 300.1
.NET iOS200.0 - 300.1
.NET Framework100.8 - 200.8
Xamarin.Android100.8 - 100.15
Xamarin.iOS100.8 - 100.15
UWP100.8 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.