PlatformException constructor

init

Initializes a new instance of the PlatformException class.

def __init__(self):
    ...

init

Initializes a new instance of the PlatformException class with a specified error message.

def __init__(self, message):
    ...
ParameterTypeDescription
messagestrThe message that describes the error.

See Also