SslException.set

Sets the exception instance.

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

Parameters

func_name string

name of the method that failed

msg cstring

message description of the error

file string

file where exception is thrown

line long

line where exception is thrown

Meta