ErrorLocus 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.
Enumerates possible times when an error occurred.
public enum ErrorLocus
type ErrorLocus =
Public Enum ErrorLocus
- Inheritance
-
ErrorLocus
Fields
Name | Value | Description |
---|---|---|
Output | 1 | An error occurred while processing asynchronous output. |
Input | 2 | Error occurred while gathering or processing event-driven input. No input data is available. |
InputData | 3 | An error occurred while gathering or processing event-driven input, and some previously buffered data is available. |