NonMonotonicOperationException Class
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.
Indicates a non-monotonic operation was performed. If this operation is intentional, use a non-monotonic instrument (such as an UpDownCounter instead of a Counter). See https://en.wikipedia.org/wiki/Monotonic_function for details.
public class NonMonotonicOperationException : InvalidOperationException
type NonMonotonicOperationException = class
inherit InvalidOperationException
Public Class NonMonotonicOperationException
Inherits InvalidOperationException
- Inheritance
-
NonMonotonicOperationException
Constructors
| Name | Description |
|---|---|
| NonMonotonicOperationException() | |