Package | Description |
---|---|
agi.foundation |
Contains commonly used types.
|
agi.foundation.compatibility |
Modifier and Type | Class and Description |
---|---|
class |
ArgumentTypeInvalidException
The exception that is thrown when one of the arguments provided to a
method is not of a type expected by the method.
|
Modifier and Type | Class and Description |
---|---|
class |
ArgumentNullException
The exception that is thrown when a null reference is passed to a method that does not
accept it as a valid argument.
|
class |
ArgumentOutOfRangeException
The exception that is thrown when the value of an argument is outside the allowable
range of values as defined by the invoked method.
|