2.2.4.163 sys:Exception

The sys:Exception specifies the generic Exception complex type that is extended by the IpamException complex type for specifying the IPAM fault information. This is the serialized form of System.Exception class as described in [MS-NRTP] section 2.2.2.7.

 <xs:complexType name="Exception">
   <xs:sequence>
     <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##local" processContents="skip" />
   </xs:sequence>
   <xs:attribute ref="ser:FactoryType" />
 </xs:complexType>