FileFormatException constructor

init

Initializes a new instance of FileFormatException class.

def __init__(self, source_path, target_path):
    ...
Parameter Type Description
source_path System.String The source file path
target_path System.String The target file path

See Also