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
Name | Value | Description |
---|---|---|
None | 0 | Uninitialized, or no reason specified. |
RetryableOperation | 1 | The operation may succeed when retried. |
NotInitialized | 2 | Operation failed because initialization was not performed, or failed. |