ThrowHelper Class Members
The following tables list the members exposed by ThrowHelper.
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