ErrorEventArgs.Errors-Eigenschaft

Eine Auflistung von Fehlern, die dem Ereignis zugeordnet sind.

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

Syntax

'Declaration
Public ReadOnly Property Errors As ICollection(Of DataSchemaError)
    Get
public ICollection<DataSchemaError> Errors { get; }
public:
property ICollection<DataSchemaError^>^ Errors {
    ICollection<DataSchemaError^>^ get ();
}
member Errors : ICollection<DataSchemaError>
function get Errors () : ICollection<DataSchemaError>

Eigenschaftswert

Typ: System.Collections.Generic.ICollection<DataSchemaError>
Ein ICollection<T>-Objekt, das DataSchemaError-Objekte enthält.

Beispiele

ICollection<T>

DataSchemaError

.NET Framework-Sicherheit

Siehe auch

Referenz

ErrorEventArgs Klasse

Microsoft.Data.Schema-Namespace