• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/exception.php
  • Класс: CDavArgumentException
  • Вызов: CDavArgumentException::__construct
public function __construct($message, $argumentName = '', $argumentTitle = '')
{
	parent::__construct($message, 10001);
	$this->argumentName = $argumentName;
	$this->argumentTitle = $argumentTitle;
}