Share via


ErrorEventArgs.Errors Property

A collection of errors that are associated with the event.

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

Syntax

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

Property Value

Type: System.Collections.Generic.ICollection<DataSchemaError>
An ICollection<T> object that contains DataSchemaError objects.

Examples

ICollection<T>

DataSchemaError

.NET Framework Security

See Also

Reference

ErrorEventArgs Class

Microsoft.Data.Schema Namespace