kCura.EDDS.WebAPI.BulkImportManagerBase.SoapExceptionDetail
namespace kCura.EDDS.WebAPI.BulkImportManagerBase
{
public class SoapExceptionDetail
{
public string ExceptionType { get; set; }
public string ExceptionMessage { get; set; }
public string ExceptionTrace { get; set; }
public string ExceptionFullText { get; set; }
public string[] Details { get; set; }
public SoapExceptionDetail();
}
}