2.2.4.247 ipam1:IpamException

The ipam1:IpamException complex type specifies the base type for providing the fault information from the management server to the management client. It takes the following format:

 <IpamException xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.Windows.Ipam">
   <IpamExceptionData ser:Id="i1" i:type="ipam:IpamExceptionData" xmlns="">
     [IpamExceptionData]
   </IpamExceptionData>
   <InnerIpamException i:type="ipam1:IpamException" xmlns="">
     [InnerIpamException]
   </InnerIpamException>
 </IpamException>

[IpamExceptionData]: This is of type IpamExceptionData or of types that derive from IpamExceptionData specifying the ExceptionId and the ExceptionMessage data.

[InnerIpamException]: This is of type IpamException, which specifies the inner IpamException details. This allows for nested instances of the IpamException type.