←Select platform

Error(String,String) Method

Summary

Logs the specified entry as a LogType.Error.

Syntax

C#
VB
C++
public void Error(  
   string source, 
   string message 
) 
Public Overloads Sub Error( _ 
   ByVal source As String, _ 
   ByVal message As String _ 
) 
public: 
void Error(  
   String^ source, 
   String^ message 
) 

Parameters

source
The source of the message.

message
The message.

Example

For an example refer to Info(String,String)

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Logging Assembly
Click or drag to resize