예제 #1
0
 private static void CrawlerPipelineException(object sender, PipelineExceptionEventArgs e)
 {
     System.Console.Out.WriteLine("Error processsing '{0}': {1}", e.PropertyBag.Step.Uri, e.Exception.Message);
 }
예제 #2
0
		private static void crawler_PipelineException(object sender, PipelineExceptionEventArgs e)
		{
			arguments.DefaultOutput.WriteLine("Pipeline Exception - {0}", e.Exception);
		}