Relativity.DataTransfer.Nodes.PathConversion.InvalidPathException
namespace Relativity.DataTransfer.Nodes.PathConversion
{
public class InvalidPathException : Exception
{
public InvalidPathException();
public InvalidPathException(string message);
public InvalidPathException(string message, Exception innerException);
protected InvalidPathException(SerializationInfo info, StreamingContext context);
}
}