Summary
System.Decimal
argument validator.
- Namespace
- oehen
.arguard .LessThan - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ArgumentDecimalLessThanGuard"]
class Type type-node
Syntax
public static class ArgumentDecimalLessThanGuard
Methods
Name | Value | Summary |
---|---|---|
Throw |
decimal |
Throws an
System.ArgumentOutOfRangeException exception if the argument is less or equal
than compareValue.
static
|
Throw |
decimal |
Throws an
System.ArgumentOutOfRangeException exception if the argument is less or equal
than 0.
static
|
ThrowIfIsLessThan |
decimal |
Throws an
System.ArgumentOutOfRangeException exception if the argument is less than
compareValue.
static
|
Throw |
decimal |
Throws an
System.ArgumentOutOfRangeException exception if the argument is less than 0.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ThrowIfNotTypeOf |
T |
Throws an
System.InvalidOperationException if argument is not type of
T.
From ArgumentTypeGuard
|