2.2.4.164 SkuNotSupportedMessage

Applies to MDS 2012

The SkuNotSupportedMessage complex type represents an object that is wrapped in a fault exception that is thrown by the service when the SKU is not supported. This type allows the client to detect the reason for the fault.

The following is the XML schema definition of the SkuNotSupportedMessage complex type.

 <xs:complexType name="SkuNotSupportedMessage">
   <xs:complexContent mixed="false">
     <xs:extension xmlns:q999="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" base="q999:DataContractBase">
       <xs:sequence />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>