• Модуль: webservice
  • Путь к файлу: ~/bitrix/modules/webservice/classes/general/soap/soapbase.php
  • Класс: CSOAPFault
  • Вызов: CSOAPFault::__construct
public function __construct($faultCode = "", $faultString = "", $detail = '') {
	$this->FaultCode = $faultCode;
	$this->FaultString = $faultString;
	$this->detail = $detail;
}