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