ImageSaveException constructor

init

Initializes a new instance of the ImageSaveException class.

def __init__(self, message):
    ...
ParameterTypeDescription
messagestrThe exception message.

See Also