This property retrieves the type of error that has occurred.
[Visual
Basic] previewcontrolname.ErrorStatus[
= Integer ]
[Visual C++] [
short =
]previewcontrolname.GetErrorStatus()
[VB.NET] previewcontrolname.ErrorStatus[
= Short ]
[C#.NET] previewcontrolname.ErrorStatus[
= short ]
Property Value
| Value | Explanation |
|---|---|
| 0 | No error has occurred |
| 2 | An other unspecified error |
| 4 | Unsupported function |
| 5 | Incorrect value has been set |
| 11 | Execution sequence error |
| 201 | DirectX environment is not set up |
| 202 | Not connected to the device |
| 203 | COM interface error |
Explanation
The ErrorStatus property retrieves the type of error that has occurred. Refer to these values after executing a Preview Control method.
Setting this value
This value cannot be set
Retrieving this value
This value can be retrieved at run-time