Error message.
Namespace: GroupDocs.Annotation.LoggingAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.5.0.0 (22.5)
Syntaxvoid Error(
string message,
Exception ex
)
Sub Error (
message As String,
ex As Exception
)
void Error(
String^ message,
Exception^ ex
)
abstract Error :
message : string *
ex : Exception -> unit
Parameters
- message
- Type: SystemString
The string to log. - ex
- Type: SystemException
The exception that was thrown.
See Also