Parameters
- filePath
- The entire file path, including file name, where the .pop file will be exported to.
| 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 there is no popup configuration available for the MapMember. |
| System.IO.IOException | Thrown when there is an error writing the popup configuration to the file. |
Target Platforms: Windows 11, Windows 10