ErrorEventArgs.LatestTooManyErrorsError Property

Gets the most recent error that indicates that the Error List in Visual Studio contained too many errors.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property LatestTooManyErrorsError As DataSchemaError
public DataSchemaError LatestTooManyErrorsError { get; }
public:
property DataSchemaError^ LatestTooManyErrorsError {
    DataSchemaError^ get ();
}
member LatestTooManyErrorsError : DataSchemaError
function get LatestTooManyErrorsError () : DataSchemaError

Property Value

Type: Microsoft.Data.Schema.DataSchemaError
A DataSchemaError.

.NET Framework Security

See Also

Reference

ErrorEventArgs Class

Microsoft.Data.Schema Namespace

DataSchemaError