FileFormatException

FileFormatException constructor

Initializes a new instance of FileFormatException class.

public FileFormatException(string sourcePath, string targetPath)
Parameter Type Description
sourcePath String The source file path
targetPath String The target file path

See Also