Verify that the tuple is valid

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public abstract void Verify()
Public MustOverride Sub Verify
public:
virtual void Verify() abstract

Exceptions

ExceptionCondition
StreamBase.SB..::..TupleNoSchemaExceptionNo Schema was found for this Tuple
StreamBase.SB..::..TupleStringLengthExceptionTuple was found to have an invalid length

See Also