ILogging.Error(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs an error message.
public:
void Error(System::String ^ applicationName, System::String ^ message, System::String ^ advanced);
public void Error (string applicationName, string message, string advanced);
abstract member Error : string * string * string -> unit
Public Sub Error (applicationName As String, message As String, advanced As String)
Parameters
- applicationName
- String
Specifies the application name used in the log.
- message
- String
Specifies the message used in the log.
- advanced
- String
Specifies the advanced message information.