MalformedCsvException..::..RawData Property

Gets the raw data when the error occured.

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

Syntax


public string RawData { get; }
Public ReadOnly Property RawData As String
	Get
public:
property String^ RawData {
	String^ get ();
}

Field Value

The raw data when the error occured.