Writes error log message;
Error log messages provides information about unrecoverable events in application flow.
Namespace: GroupDocs.Conversion.LoggingAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 21.1.0.0 (21.1)
Syntaxvoid Error(
string message,
Exception exception
)
Sub Error (
message As String,
exception As Exception
)
void Error(
String^ message,
Exception^ exception
)
abstract Error :
message : string *
exception : Exception -> unit
Parameters
- message
- Type: SystemString
The error message. - exception
- Type: SystemException
The exception.
See Also