WriteError() public method

public WriteError ( string message, string details ) : void
message string
details string
return void
 public void OnFatalError(ExceptionResult exception)
 {
     _writer.WriteError(exception.Message, exception.ToString());
     _failureOccurred = true;
 }