InvalidOperationReason 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.
Gives detailed reasons for the exception.
public enum class InvalidOperationReason
public enum InvalidOperationReason
type InvalidOperationReason =
Public Enum InvalidOperationReason
- Inheritance
-
InvalidOperationReason
Fields
| None | 0 | Uninitialized, or no reason specified. |
| NotInitialized | 2 | Operation failed because initialization was not performed, or failed. |
| RetryableOperation | 1 | The operation may succeed when retried. |