kCura.WinEDDS.Exceptions.FieldValueImportException
The exception thrown when a failure occurs attempting to set a field value during an import operation.
namespace kCura.WinEDDS.Exceptions
{
public class FieldValueImportException : ImporterException
{
public long RowNumber { get; }
public FieldValueImportException();
public FieldValueImportException(long row, string fieldName, string additionalInfo);
public FieldValueImportException(Exception innerException, long row, string fieldName, string additionalInfo);
protected FieldValueImportException(SerializationInfo info, StreamingContext context);
}
}