Logs an error that occurred during redaction process.
Namespace: GroupDocs.Redaction.OptionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxvoid Error(
string message
)
Sub Error (
message As String
)
void Error(
String^ message
)
abstract Error :
message : string -> unit
Parameters
- message
- Type: SystemString
The error message.
See Also