throw_exceptions property

throw_exceptions property

Gets or sets a value indicating whether exceptions are thrown on incorrect data processing (reading or writing to stream).

Definition:

@property
def throw_exceptions(self):
    ...
@throw_exceptions.setter
def throw_exceptions(self, value):
    ...

See Also