ValidateUtilities.CheckArgumentNullOrEmpty(String,String) - метод Смотри также Terrasoft.Common - пространство имен > ValidateUtilities - класс > CheckArgumentNullOrEmpty - метод : CheckArgumentNullOrEmpty(String,String) - метод C#
- source
- String.
- argumentName
- Name of the argument which caused exception.
Glossary Item Box
null
. If the condition is met, exception is thrown.
[Extension()] public static void CheckArgumentNullOrEmpty( string source, string argumentName )
Параметры
- source
- String.
- argumentName
- Name of the argument which caused exception.
Исключение | Описание |
---|---|
ArgumentNullOrEmptyException | If the source string is empty or null . |