2.2.4.8 ArgumentNullException

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

The ArgumentNullException error complex type contains information about a protocol-server-side error caused by a NULL value in an argument that does not accept NULL values. This complex type MUST be included only as part of a SOAP fault, as specified in section 2.2.4.

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