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