Click or drag to resize
ArgumentVerifier Methods

The ArgumentVerifier type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCantBeNull
Checks the argument passed in. if it's null, it throws an ArgumentNullException
Public methodStatic memberCantBeNullOrEmpty
Checks the argument passed in. if it's null or empty string, it throws an ArgumentNullException
Public methodStatic memberCantBeNullOrWhiteSpace
Checks the argument passed in. if it's null or whitespace, it throws an ArgumentNullException
Public methodStatic memberShouldBeTrueT
Checks if the argument returns true with the func passed in. If not, it throws an ArgumentException with the error message specified.
Top
See Also