libcURL.curlException.Constructor - charonn0/RB-libcURL GitHub Wiki

libcURL.curlException.Constructor

Method Signature

 Sub Constructor(ErrantItem As cURLHandle)

Parameters

Name Type Comment
ErrantItem cURLHandle Any subclass of cURLHandle.

Remarks

Constructs a cURLException for the ErrantItem. If the ErrantItem is an instance of EasyHandle and EasyHandle.UseErrorBuffer is True then the exception message will include the contents of the error buffer.