UnsupportedValueTypeForTextStreamColumnException Class

Definition

The exception that is thrown when the type of the value that is being assigned to a column in a PipelineBuffer is not a string or byte array.

public ref class UnsupportedValueTypeForTextStreamColumnException : ApplicationException
public class UnsupportedValueTypeForTextStreamColumnException : ApplicationException
type UnsupportedValueTypeForTextStreamColumnException = class
    inherit ApplicationException
Public Class UnsupportedValueTypeForTextStreamColumnException
Inherits ApplicationException
Inheritance
UnsupportedValueTypeForTextStreamColumnException

Examples

The following example shows how this exception occurs when the first column in the buffer is DT_TEXT or DT_NTEXT.

Remarks

This exception occurs when assigning a value of the wrong type to a DT_TEXT or DT_NTEXT column in a PipelineBuffer.

Constructors

UnsupportedValueTypeForTextStreamColumnException()

Initializes a new instance of the UnsupportedValueTypeForTextStreamColumnException class.

Applies to