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(
	string message
)
Public Sub SendErrorOutput ( _
	message As String _
)
public:
void SendErrorOutput(
	String^ message
)

Parameters

message
String
A description of the error.

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionif an error has occurred during processing.

See Also