Freigeben über


ManagedBuildLoggerComClass.LogFormattedError-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Syntax

'Declaration
Public Sub LogFormattedError ( _
    message As String, _
    errorCode As String, _
    helpKeyword As String, _
    line As Integer, _
    column As Integer, _
    endingLine As Integer, _
    endingColumn As Integer, _
    file As String, _
    additionalInfo As Object _
)
public void LogFormattedError(
    string message,
    string errorCode,
    string helpKeyword,
    int line,
    int column,
    int endingLine,
    int endingColumn,
    string file,
    Object additionalInfo
)
public:
virtual void LogFormattedError(
    String^ message, 
    String^ errorCode, 
    String^ helpKeyword, 
    int line, 
    int column, 
    int endingLine, 
    int endingColumn, 
    String^ file, 
    Object^ additionalInfo
) sealed
abstract LogFormattedError : 
        message:string * 
        errorCode:string * 
        helpKeyword:string * 
        line:int * 
        column:int * 
        endingLine:int * 
        endingColumn:int * 
        file:string * 
        additionalInfo:Object -> unit 
override LogFormattedError : 
        message:string * 
        errorCode:string * 
        helpKeyword:string * 
        line:int * 
        column:int * 
        endingLine:int * 
        endingColumn:int * 
        file:string * 
        additionalInfo:Object -> unit 
public final function LogFormattedError(
    message : String, 
    errorCode : String, 
    helpKeyword : String, 
    line : int, 
    column : int, 
    endingLine : int, 
    endingColumn : int, 
    file : String, 
    additionalInfo : Object
)

Parameter

Implementiert

IHostFeedbackLogFormattedError(String, String, String, Int32, Int32, Int32, Int32, String, Object)

.NET Framework-Sicherheit

Siehe auch

Referenz

ManagedBuildLoggerComClass Klasse

Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal-Namespace