Class
decimal.InvalidOperation

An invalid operation was performed.

Various bad things cause this:

Something creates a signaling NaN -INF + INF 0 * (+-)INF (+-)INF / (+-)INF x % 0 (+-)INF % x x._rescale( non-integer ) sqrt(-x) , x > 0 0 0 x (non-integer) x ** (+-)INF An operand is invalid

Base classes

Implemented Interfaces

Attributes/Properties

There are no attributes in this class.

Methods

Known Subclasses