Initializes a new instance of the
InvalidFilenameException class.
Syntax
public InvalidFilenameException(
string
)
public:
InvalidFilenameException(
String^
)
Parameters
- message
- A string that describes the reason you are creating this exception object.
See Also