Public Function ExportAsync( _ ByVal options As TraverseExportOptions _ ) As Task
public Task ExportAsync( TraverseExportOptions options )
Parameters
- options
- The export options. See TraverseExportOptions.
Public Function ExportAsync( _ ByVal options As TraverseExportOptions _ ) As Task
public Task ExportAsync( TraverseExportOptions options )
| Exception | Description |
|---|---|
| System.ArgumentNullException | Options or TraverseExportOptions.OutputFileName is null. |
| System.InvalidOperationException | The traverse file could not be saved. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)