ImageCreateException constructor

init

Initializes a new instance of the ImageCreateException class.

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

See Also