MissingFieldCsvException Class

Represents the exception that is thrown when a there is a missing field in a record of the CSV file.

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


[SerializableAttribute]
public class MissingFieldCsvException : MalformedCsvException
<SerializableAttribute> _
Public Class MissingFieldCsvException _
	Inherits MalformedCsvException
[SerializableAttribute]
public ref class MissingFieldCsvException : public MalformedCsvException

Remarks


MissingFieldException would have been a better name, but there is already a MissingFieldException.

Inheritance Hierarchy


Object
  Exception
    LumenWorks.Framework.IO.Csv..::..MalformedCsvException
      LumenWorks.Framework.IO.Csv..::..MissingFieldCsvException