//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace LumenWorks.Framework.IO.Csv.Resources {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class ExceptionMessage {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ExceptionMessage() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("LumenWorks.Framework.IO.Csv.Resources.ExceptionMessage", typeof(ExceptionMessage).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to Buffer size must be 1 or more..
///
internal static string BufferSizeTooSmall {
get {
return ResourceManager.GetString("BufferSizeTooSmall", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot move to a previous record in forward-only mode..
///
internal static string CannotMovePreviousRecordInForwardOnly {
get {
return ResourceManager.GetString("CannotMovePreviousRecordInForwardOnly", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot read record at index '{0}'..
///
internal static string CannotReadRecordAtIndex {
get {
return ResourceManager.GetString("CannotReadRecordAtIndex", resourceCulture);
}
}
///
/// Looks up a localized string similar to Enumeration has either not started or has already finished..
///
internal static string EnumerationFinishedOrNotStarted {
get {
return ResourceManager.GetString("EnumerationFinishedOrNotStarted", resourceCulture);
}
}
///
/// Looks up a localized string similar to Collection was modified; enumeration operation may not execute..
///
internal static string EnumerationVersionCheckFailed {
get {
return ResourceManager.GetString("EnumerationVersionCheckFailed", resourceCulture);
}
}
///
/// Looks up a localized string similar to '{0}' field header not found..
///
internal static string FieldHeaderNotFound {
get {
return ResourceManager.GetString("FieldHeaderNotFound", resourceCulture);
}
}
///
/// Looks up a localized string similar to Field index must be included in [0, FieldCount[. Specified field index was : '{0}'..
///
internal static string FieldIndexOutOfRange {
get {
return ResourceManager.GetString("FieldIndexOutOfRange", resourceCulture);
}
}
///
/// Looks up a localized string similar to The CSV appears to be corrupt near record '{0}' field '{1} at position '{2}'. Current raw data : '{3}'..
///
internal static string MalformedCsvException {
get {
return ResourceManager.GetString("MalformedCsvException", resourceCulture);
}
}
///
/// Looks up a localized string similar to '{0}' is not a supported missing field action..
///
internal static string MissingFieldActionNotSupported {
get {
return ResourceManager.GetString("MissingFieldActionNotSupported", resourceCulture);
}
}
///
/// Looks up a localized string similar to No current record..
///
internal static string NoCurrentRecord {
get {
return ResourceManager.GetString("NoCurrentRecord", resourceCulture);
}
}
///
/// Looks up a localized string similar to The CSV does not have headers (CsvReader.HasHeaders property is false)..
///
internal static string NoHeaders {
get {
return ResourceManager.GetString("NoHeaders", resourceCulture);
}
}
///
/// Looks up a localized string similar to The number of fields in the record is greater than the available space from index to the end of the destination array..
///
internal static string NotEnoughSpaceInArray {
get {
return ResourceManager.GetString("NotEnoughSpaceInArray", resourceCulture);
}
}
///
/// Looks up a localized string similar to '{0}' is not a valid ParseErrorAction while inside a ParseError event..
///
internal static string ParseErrorActionInvalidInsideParseErrorEvent {
get {
return ResourceManager.GetString("ParseErrorActionInvalidInsideParseErrorEvent", resourceCulture);
}
}
///
/// Looks up a localized string similar to '{0}' is not a supported ParseErrorAction..
///
internal static string ParseErrorActionNotSupported {
get {
return ResourceManager.GetString("ParseErrorActionNotSupported", resourceCulture);
}
}
///
/// Looks up a localized string similar to This operation is invalid when the reader is closed..
///
internal static string ReaderClosed {
get {
return ResourceManager.GetString("ReaderClosed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Record index must be 0 or more..
///
internal static string RecordIndexLessThanZero {
get {
return ResourceManager.GetString("RecordIndexLessThanZero", resourceCulture);
}
}
}
}