Show / Hide Table of Contents

DataErrorIndex Property

DataErrorIndex

Gets or sets the index into the data field where the parsing error occurred, if known.

C#
public int? DataErrorIndex { get; set; }

Property Value

Type Description
int?

The index of the data error.

In this article
Back to top Generated by DocFX