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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.