Sends an error tuple from this operator's error port.

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

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SendErrorOutput(
	Exception ex
)
Public Sub SendErrorOutput ( _
	ex As Exception _
)
public:
void SendErrorOutput(
	Exception^ ex
)

Parameters

ex
Exception
the exception to report.

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionif the exception is null or if an error has occurred during processing.

See Also