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