Delen via


DataTask.WriteErrors Method (String, ICollection<DataSchemaError>)

Outputs the specified list of errors.

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

Syntax

'Declaration
Protected Friend Sub WriteErrors ( _
    subCategory As String, _
    errors As ICollection(Of DataSchemaError) _
)
protected internal void WriteErrors(
    string subCategory,
    ICollection<DataSchemaError> errors
)
protected public:
void WriteErrors(
    String^ subCategory, 
    ICollection<DataSchemaError^>^ errors
)
member WriteErrors : 
        subCategory:string * 
        errors:ICollection<DataSchemaError> -> unit 
 function WriteErrors(
    subCategory : String, 
    errors : ICollection<DataSchemaError>
)

Parameters

.NET Framework Security

See Also

Reference

DataTask Class

WriteErrors Overload

Microsoft.Data.Schema.Tasks Namespace