ManagedBuildLoggerComClass.LogFormattedError Method
This class and its members are reserved for internal use and are not intended to be used in your code.
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
)
Parameters
- message
Type: System.String
- errorCode
Type: System.String
- helpKeyword
Type: System.String
- line
Type: System.Int32
- column
Type: System.Int32
- endingLine
Type: System.Int32
- endingColumn
Type: System.Int32
- file
Type: System.String
- additionalInfo
Type: System.Object
Implements
IHostFeedbackLogFormattedError(String, String, String, Int32, Int32, Int32, Int32, String, Object)
.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.
See Also
Reference
ManagedBuildLoggerComClass Class
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal Namespace