public void Export( string folder, string name, ViewScheduleExportOptions options )
| Exception | Condition |
|---|---|
| ArgumentException | NullOrEmpty -or- Contains invalid characters. |
| ArgumentNullException | A non-optional argument was null |
| FileAccessException | The path indicated could not be accessed. |
| InvalidPathArgumentException | The folder does not exist. |