The SoapFault class
Introduction
Represents a SOAP fault.
Class synopsis
     
      SoapFault
     
     
     
      extends
      Exception
     
     {
    /* Properties */
    
    /* Methods */
    
    __construct
    ( string $faultcode
   , string $faultstring
   [, string $faultactor
   [, string $detail
   [, string $faultname
   [, string $headerfault
  ]]]] )
    SoapFault
    ( string $faultcode
   , string $faultstring
   [, string $faultactor
   [, string $detail
   [, string $faultname
   [, string $headerfault
  ]]]] )
    
    /* Inherited methods */
    
   }Properties
- message
- 
      Prop description 
- code
- 
      Prop description 
- file
- 
      Prop description 
- line
- 
      Prop description 
Table of Contents
- SoapFault::__construct — SoapFault constructor
- SoapFault::SoapFault — SoapFault constructor
- SoapFault::__toString — Obtain a string representation of a SoapFault