hello, Is there by any chance a special operation that outputs the errors which occurred during processing along with the Errored Row ??
In a typical file import operation ... I would like to *get* all errors occurred and inform the user about them ... or branch out to a log file ... I know we have GetAllErrors(), but it returns IEnumerable<Exception> and its not part of the operations so I can't branch a process into 2 outs 1) valid data ... continues with the pipeline 2) errored data ... store in someplace (file, in memory ... etc) Thanks -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
