Overload List

NameDescription
SendErrorOutput(Exception)
Sends an error tuple from this operator's error port.

This method will also record the message in the debug log.

SendErrorOutput(String)
Sends an error tuple from this operator's error port.

This method will also record the message in the debug log.

SendErrorOutput(Exception, Int32, Tuple)
Sends an error tuple from this operator's error port.

This method will also record the message in the debug log.

See Also