ConsoleLoggerError Method |
Logs error message.
Namespace: GroupDocs.Annotation.LoggingAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic void Error(
string message,
Exception exception
)
Public Sub Error (
message As String,
exception As Exception
)
public:
virtual void Error(
String^ message,
Exception^ exception
) sealed
abstract Error :
message : string *
exception : Exception -> unit
override Error :
message : string *
exception : Exception -> unit
Parameters
- message
- Type: SystemString
The message. - exception
- Type: SystemException
The exception that was thrown.
Implements
ILoggerError(String, Exception)
See Also