public FileSystemDatastore( FileSystemConnectionPath connectionPath )
Public Function New( _ ByVal connectionPath As FileSystemConnectionPath _ )
Parameters
- connectionPath
- The folder that contains datasets of a specific Type.
public FileSystemDatastore( FileSystemConnectionPath connectionPath )
Public Function New( _ ByVal connectionPath As FileSystemConnectionPath _ )
Exception | Description |
---|---|
System.ArgumentNullException | connectionPath is null. |
System.ArgumentException | The directory corresponding to connectionPath does not exist. |
System.InvalidOperationException | The path to the file-system data store is invalid or the data store cannot be opened. |
GeodatabaseException | A geodatabase-related exception has occurred. |
ArcGIS.Core.ConstructedOnWrongThreadException | This object must be created within the lambda or delegate passed to QueuedTask.Run, or on a compatible STA thread. |
Target Platforms: Windows 10, Windows 8.1