Skip to content

libcURL.curlException.Constructor

Andrew Lambert edited this page Nov 26, 2022 · 14 revisions

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.

Clone this wiki locally