InvalidOperationReason Enum
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
C#
public enum InvalidOperationReason
type InvalidOperationReason =
Public Enum InvalidOperationReason
- Inheritance
-
InvalidOperationReason
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. |
Product | Versions |
---|---|
Lync UCMA | 4.0, 5.0, latest |