Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- subCategory
Type: System.String
- em
Type: Microsoft.Data.Schema.ErrorManager
- category
Type: System.Object
.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.