XmpException constructor

init

Initializes a new instance of the XmpException class.

def __init__(self):
    ...

init

Initializes a new instance of the XmpException class.

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

See Also