EntitySqlException.Line Property

Definition

Gets the approximate line number where the error occurred.

public:
 property int Line { int get(); };
public int Line { get; }
member this.Line : int
Public ReadOnly Property Line As Integer

Property Value

An integer that describes the line number where the error occurred.

Applies to