|
PeanutButter
|
Exception thrown when the method GetAnother is unable to find another random value different from the exclusion value specified. More...
Public Member Functions | |
| CannotGetAnotherDifferentRandomValueException (T unwantedValue) | |
| Constructs a new instance of the exception, storing the unwanted value. | |
Properties | |
| T | Value [get] |
| Value which was specified to be avoided. | |
Exception thrown when the method GetAnother is unable to find another random value different from the exclusion value specified.
| T |
| PeanutButter.RandomGenerators.CannotGetAnotherDifferentRandomValueException< T >.CannotGetAnotherDifferentRandomValueException | ( | T | unwantedValue | ) |
Constructs a new instance of the exception, storing the unwanted value.
| unwantedValue | Value which was to be avoided when generating a new value |