2.2.4.7 ArgumentException

Namespace: http://schemas.datacontract.org/2004/07/System

The ArgumentException error complex type contains information about a protocol-server-side error caused by an argument with an invalid value. This complex type MUST be included only as part of a SOAP fault, as specified in section 2.2.4.

 <xs:complexType name="ArgumentException" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="q2:SystemException"/>
   </xs:complexContent>
 </xs:complexType>