text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Buffer size must be 1 or more.
Cannot move to a previous record in forward-only mode.
Cannot read record at index '{0}'.
index:int
Enumeration has either not started or has already finished.
Collection was modified; enumeration operation may not execute.
'{0}' field header not found.
header:string
Field index must be included in [0, FieldCount[. Specified field index was : '{0}'.
index:int
The CSV appears to be corrupt near record '{0}' field '{1} at position '{2}'. Current raw data : '{3}'.
currentRecordIndex:int;currentFieldIndex:int;currentPosition:int;rawData:string
'{0}' is not a supported missing field action.
missingFieldAction:LumenWorks.Framework.IO.Csv.MissingFieldAction
No current record.
The CSV does not have headers (CsvReader.HasHeaders property is false).
The number of fields in the record is greater than the available space from index to the end of the destination array.
'{0}' is not a valid ParseErrorAction while inside a ParseError event.
parseErrorAction:LumenWorks.Framework.IO.Csv.ParseErrorAction
'{0}' is not a supported ParseErrorAction.
parseErrorAction:LumenWorks.Framework.IO.Csv.ParseErrorAction
This operation is invalid when the reader is closed.
Record index must be 0 or more.