ErrorsChangedEventArgs.LatestTooManyErrorsError Property

Gets the most recent error that reports that the Error List window of Visual Studio contains 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 object.

.NET Framework Security

See Also

Reference

ErrorsChangedEventArgs Class

Microsoft.Data.Schema Namespace

DataSchemaError