ArgumentVerifier Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The ArgumentVerifier type exposes the following members.
Name | Description | |
---|---|---|
CantBeNull |
Checks the argument passed in. if it's null, it throws an ArgumentNullException
| |
CantBeNullOrEmpty |
Checks the argument passed in. if it's null or empty string, it throws an ArgumentNullException
| |
CantBeNullOrWhiteSpace |
Checks the argument passed in. if it's null or whitespace, it throws an ArgumentNullException
| |
ShouldBeTrueT |
Checks if the argument returns true with the func passed in. If not, it throws an ArgumentException with the error message specified.
|