2.2.4.9 ArgumentOutOfRangeException

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

The ArgumentOutOfRangeException complex type is an error complex type that contains information about a protocol-server-side error because of an argument with a value outside the range of permissible values. The complex type MUST only be included as part of a SOAP fault as specified in Complex Types (section 2.2.4).

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