Share via


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

.NET Framework Security

See Also

Reference

StaticCodeAnalysisTask Class

Microsoft.Data.Schema.Tasks Namespace