StaticCodeAnalysisTask.ReportError Method
Namespace: Microsoft.Data.Schema.Tasks
Assembly: Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)
Syntax
'Declaration
Protected Sub ReportError ( _
error As DataSchemaError _
)
protected void ReportError(
DataSchemaError error
)
protected:
void ReportError(
DataSchemaError^ error
)
member ReportError :
error:DataSchemaError -> unit
protected function ReportError(
error : DataSchemaError
)
Parameters
- error
Type: Microsoft.Data.Schema.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.