EventDay / Infusionsoft.net

A C# Wrapper around the Infusionsoft.com API
16 stars 22 forks source link

Update InfusionSoftException to include InnerException #47

Closed paulsickling closed 7 years ago

paulsickling commented 8 years ago

Update InfusionSoftException to include InnerException when it is initialised with a XmlRpcFaultException or XmlRpcException.

This allows the calling code to determine the FaultCode if required to isolate the error returned from Infusionsoft rather than parsing / regex on the exception message itself.