Commit e167b092 authored by Marc Gravell's avatar Marc Gravell

fix messaging about transactions vs batches

parent 47721b9a
......@@ -89,7 +89,7 @@ internal override Task<T> ExecuteAsync<T>(Message message, ResultProcessor<T> pr
internal override T ExecuteSync<T>(Message message, ResultProcessor<T> processor, ServerEndPoint server = null)
{
throw new NotSupportedException("ExecuteSync cannot be used inside a transaction");
throw new NotSupportedException("ExecuteSync cannot be used inside a batch");
}
private void FailNoServer(List<Message> messages)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment