kCura.WinEDDS.Mapping.KeplerExceptionDetail
Represents the SoapException detail property extracted from Kepler ServiceException message.
Please also refer SoapExceptionDetail
namespace kCura.WinEDDS.Mapping
{
public class KeplerExceptionDetail
{
public string ExceptionType { get; set; }
public string ExceptionMessage { get; set; }
public string ExceptionFullText { get; set; }
public KeplerExceptionDetail();
public KeplerExceptionDetail(Exception exception);
}
}