Parameters
- filePath
- The entire file path, including file name, where the new popup configuration exists.
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
| System.ArgumentNullException | Thrown when the filePath is null or empty. |
| System.ArgumentException | Thrown when the filePath does not end with a .pop extension. |
| System.InvalidOperationException | Thrown when the .pop file is empty or invalid, or when the MapMember's definition is null. |
| System.IO.IOException | Thrown when there is an error reading the .pop file or deserializing the popup configuration. |
Target Platforms: Windows 11, Windows 10