Share via


DataTask.WriteErrors Method (String, ErrorManager, Object)

Outputs the errors that are contained in the list of error categories.

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, _
    em As ErrorManager, _
    category As Object _
)
protected internal void WriteErrors(
    string subCategory,
    ErrorManager em,
    Object category
)
protected public:
void WriteErrors(
    String^ subCategory, 
    ErrorManager^ em, 
    Object^ category
)
member WriteErrors : 
        subCategory:string * 
        em:ErrorManager * 
        category:Object -> unit 
 function WriteErrors(
    subCategory : String, 
    em : ErrorManager, 
    category : Object
)

Parameters

.NET Framework Security

See Also

Reference

DataTask Class

WriteErrors Overload

Microsoft.Data.Schema.Tasks Namespace