SslClientConnection.error

Throw a reusable IOException, with the provided message, function name and error code.

class SslClientConnection
void
error
(,,
istring msg = ""
,
istring file = __FILE__
,
long line = __LINE__
)

Parameters

host_name cstring

the host which was connected to

func_name istring

name of the method that failed

msg istring

message description of the error

file istring

file where exception is thrown

line long

line where exception is thrown

Meta