thrownewWebException(string.Format("Curl Error {0} for Url {1}",result,curlEasy.Url));
switch(result)
{
caseCurlCode.SslCaCert:
case(CurlCode)77:
thrownewWebException(string.Format("Curl Error {0} for Url {1}, issues with your operating system SSL Root Certificate Bundle (ca-bundle).",result,curlEasy.Url));
default:
thrownewWebException(string.Format("Curl Error {0} for Url {1}",result,curlEasy.Url));