| FrameCaptureFromFolderStart Method |
Namespace: Ozeki.Media
| Exception | Condition |
|---|---|
| ArgumentNullException | The directory path is null. |
| UnauthorizedAccessException | Insuficient rights to access the folder at the given path. |
| ArgumentException | The given path is invalid. |
| PathTooLongException | The given path is too long. |
| DirectoryNotFoundException | The directory specified does not exist. |
| IOException | The path is not a directory. |