InvalidFilesystemString constructor
InvalidFilesystemString(
- String _message
An Exception thrown by FMTCSettings.filesystemSanitiser indicating that the supplied string was invalid
The _message
gives a reason and more information.
Implementation
InvalidFilesystemString(this._message);