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
- subCategory
Type: System.String
- errors
Type: System.Collections.Generic.ICollection<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.