SslClientConnection.ssl_error

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

class SslClientConnection
void
ssl_error
(,,
const(char*) c_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

file istring

file where exception is thrown

line long

line where exception is thrown

Meta