InvalidFormatException constructor

__init__(self)

Initializes a new instance of the InvalidFormatException class.


def __init__(self):
    ...

__init__(self, message)

Initializes a new instance of the InvalidFormatException class.


def __init__(self, message):
    ...
Parameter Type Description
message System.String The message that describes the error.

See Also