API Documentation > Exceptions > Class pfcXInvalidFileName
Class pfcXInvalidFileName

# include <pfcExceptions.h>

class
pfcXInvalidFileName
: public virtual
pfcXInAMethod
{
xdeclare(pfcXInvalidFileName)
...
};
This is a
COMPACT class.

Description
This exception signals that the file name string passed to the method is incorrectly structured.
See Also:
Manual References:
Method Summary
The file name that triggered this exception.
Methods Inherited from Class pfcXPFC::
Methods Inherited from Class pfcXInAMethod::
Method Detail
GetFileName
()
The file name that triggered this exception.
Was this helpful?