LimitExceededException.check

Throws this instance if ok is false

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

Parameters

pool IPool

instance that's throwing the exception

ok bool

condition to check if limitation is enabled

msg cstring

message

file string

source code file

line long

source code line

Throws

this instance if ok is false

Meta