LimitExceededException.check

Throws this instance if ok is false

class LimitExceededException
void
check
(,
bool ok
,,,
long line
)

Parameters

pool IPool

instance that's throwing the exception

ok bool

condition to check if limitation is enabled

msg cstring

message

file istring

source code file

line long

source code line

Throws

this instance if ok is false

Meta