Relativity.DataExchange.Io.FileInfoInvalidPathException public sealed class FileInfoInvalidPathException : Exception Represent the error that occurs when there are illegal characters in the file path. Documentation Code namespace Relativity.DataExchange.Io { public sealed class FileInfoInvalidPathException : Exception { public FileInfoInvalidPathException(); public FileInfoInvalidPathException(string message); public FileInfoInvalidPathException(string message, Exception innerException); } }