ThrowHelper Class Methods
For a list of all members of this type, see ThrowHelper members.
Public Methods
Name | Description | |
---|---|---|
![]() ![]() | ThrowArgumentException | Throws the argument exception. |
![]() ![]() | ThrowIfArgumentNull<T> | Throws if argument is null. |
![]() ![]() | ThrowIfArgumentNullOrEmpty<T> | Throws if argument is null or empty. |
![]() ![]() | ThrowIfArgumentNullOrWhiteSpace | Throws if argument is null or white space. |
![]() ![]() | ThrowIfServiceIsNull<T> | Throws if service is null. |
![]() ![]() | ThrowInvalidOperation | Throws the invalid operation. |
See Also