Brunet.Services.MapReduce.MapReduceComputation.HandleException C# (CSharp) Метод

HandleException() защищенный Метод

protected HandleException ( ISender from, Exception x ) : void
from ISender
x System.Exception
Результат void
    protected void HandleException(ISender from, Exception x) {
      ///@todo perhaps we can get Reduce to handle errors?
      SendResult(x);
    }