bool GetStrict()
The GetStrict
method is used to get the strict property of
the OEErrorHandler
. When the OEErrorHandler
is strict,
all errror messages written via the Error
methods are treated
as fatal, and handled like those passed to Fatal
. When the
OEErrorHandler
is not strict, error messages written via
Error
are treated like those to Warning
. The strict
property of an OEErrorHandler
can be set using the
SetStrict
method.