Error

ILogger.Error method

Logs an error that occurred during data extraction.

public void Error(string message, Exception exception)
Parameter Type Description
message String The error message.
exception Exception The instance of occured exception.

See Also