kCura.WinEDDS.Exceptions.WebApiException
The exception thrown when a Web API failure has occured.
namespace kCura.WinEDDS.Exceptions
{
public class WebApiException : Exception
{
public WebApiException();
public WebApiException(string message);
public WebApiException(string message, Exception innerException);
protected WebApiException(SerializationInfo info, StreamingContext context);
}
}