SslException.set

Sets the exception instance.

class SslException
typeof(this)
set
(,,,
istring file = __FILE__
,
long line = __LINE__
)

Parameters

func_name istring

name of the method that failed

msg cstring

message description of the error

file istring

file where exception is thrown

line long

line where exception is thrown

Meta