UnsupportedBufferDataTypeException Class
The exception that is thrown when assigning a value to a buffer column that contains the incorrect data type.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
System::Exception
System::ApplicationException
Microsoft.SqlServer.Dts.Pipeline::UnsupportedBufferDataTypeException
| Name | Description | |
|---|---|---|
![]() | UnsupportedBufferDataTypeException(String^) | Initializes a new instance of the UnsupportedBufferDataTypeException class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
This exception is thrown if a Boolean is assigned to a string data type column.
This exception can also occur when accessing a column that has a data type that is not currently supported by the PipelineBuffer class.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



