Share via


BaseCodeGenerator.GeneratorErrorCallback Method

Microsoft internal use only.

Namespace:  Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
Protected Overridable Sub GeneratorErrorCallback ( _
    warning As Boolean, _
    level As Integer, _
    message As String, _
    line As Integer, _
    column As Integer _
)
'Usage
Dim warning As Boolean
Dim level As Integer
Dim message As String
Dim line As Integer
Dim column As Integer

Me.GeneratorErrorCallback(warning, _
    level, message, line, column)
protected virtual void GeneratorErrorCallback(
    bool warning,
    int level,
    string message,
    int line,
    int column
)
protected:
virtual void GeneratorErrorCallback(
    bool warning, 
    int level, 
    String^ message, 
    int line, 
    int column
)
protected function GeneratorErrorCallback(
    warning : boolean, 
    level : int, 
    message : String, 
    line : int, 
    column : int
)

Parameters

Permissions

See Also

Reference

BaseCodeGenerator Class

BaseCodeGenerator Members

Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator Namespace