<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Relativity.DataExchange.Io.FileInfoInvalidPathException

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