void SetStrict(bool strict)
The SetStrict method is used to set 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 retrieved by using the
GetStrict method.