TakeScreenshotError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum TakeScreenshotError
type TakeScreenshotError =
- Inheritance
-
TakeScreenshotError
Fields
| Name | Value | Description |
|---|---|---|
| InternalError | 1 | The status of taking screenshot is failure and the reason is internal error. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NoAccessibilityAccess | 2 | The status of taking screenshot is failure and the reason is no accessibility access. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| IntervalTimeShort | 3 | The status of taking screenshot is failure and the reason is that too little time has elapsed since the last screenshot. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| InvalidDisplay | 4 | The status of taking screenshot is failure and the reason is invalid display Id. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| InvalidWindow | 5 | The status of taking screenshot is failure and the reason is invalid accessibility window Id. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| SecureWindow | 6 | The status of taking screenshot is failure and the reason is the window contains secure content. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |