Brunet.Services.MapReduce.MapReduceComputation.HandleException C# (CSharp) Method

HandleException() protected method

protected HandleException ( ISender from, Exception x ) : void
from ISender
x System.Exception
return void
    protected void HandleException(ISender from, Exception x) {
      ///@todo perhaps we can get Reduce to handle errors?
      SendResult(x);
    }