RiaClientFilesTask.LogError Method (String)
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Logs the specified error message to the logger associated with this task.
Namespace: Microsoft.ServiceModel.DomainServices.Tools
Assembly: Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)
Syntax
'Declaration
Public Sub LogError ( _
message As String _
)
'Usage
Dim instance As RiaClientFilesTask
Dim message As String
instance.LogError(message)
public void LogError(
string message
)
public:
virtual void LogError(
String^ message
) sealed
abstract LogError :
message:string -> unit
override LogError :
message:string -> unit
public final function LogError(
message : String
)
Parameters
- message
Type: System.String
The message to log.