AbstractBilingualFileTypeComponentReportMessage Method (Object, String, ErrorLevel, String, String) |
Calls the corresponding method on the message reporter (if set).
Namespace: Sdl.FileTypeSupport.Framework.BilingualApiAssembly: Sdl.FileTypeSupport.Framework.Core (in Sdl.FileTypeSupport.Framework.Core.dll) Version: 1.0.0.0 (1.0.2508.0)
Syntaxpublic void ReportMessage(
Object source,
string origin,
ErrorLevel level,
string message,
string locationDescription
)
Public Sub ReportMessage (
source As Object,
origin As String,
level As ErrorLevel,
message As String,
locationDescription As String
)
public:
virtual void ReportMessage(
Object^ source,
String^ origin,
ErrorLevel level,
String^ message,
String^ locationDescription
) sealed
abstract ReportMessage :
source : Object *
origin : string *
level : ErrorLevel *
message : string *
locationDescription : string -> unit
override ReportMessage :
source : Object *
origin : string *
level : ErrorLevel *
message : string *
locationDescription : string -> unit
Parameters
- source
- Type: SystemObject
- origin
- Type: SystemString
The description of the action/component from which this message originates. - level
- Type: Sdl.FileTypeSupport.Framework.NativeApiErrorLevel
- message
- Type: SystemString
- locationDescription
- Type: SystemString
Implements
IBasicMessageReporterReportMessage(Object, String, ErrorLevel, String, String)
See Also
Comments