| Overload | Description | 
|---|---|
| AddError(XdsErrorCode,String,String) | Add a new XdsError to the Errors collection, given the XdsObjects.Enums.XdsErrorCode, plus Location and CodeContext | 
| AddError(Exception,XdsErrorCode) | Add a new XdsError to the Errors collection, given a System.Exception and XdsObjects.Enums.XdsErrorCode | 
| AddError(Exception,XdsErrorCode,String) | Add a new XdsError to the Errors collection, given a System.Exception, XdsObjects.Enums.XdsErrorCode and Location |