FileName

FileName constructor

Initializes an instance of the FileName class.

public FileName(string fileName)
Parameter Type Description
fileName String The name of the file.

Exceptions

exception condition
ArgumentNullException Thrown when fileName is null.

See Also