2.2.4.38 InvalidOperationException

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

The InvalidOperationException complex type is an error complex type that contains information about a protocol-server-side error because of an attempt to perform an operation that is invalid for the current state of the protocol server. 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="InvalidOperationException" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="q2:SystemException"/>
   </xs:complexContent>
 </xs:complexType>