UnsupportedBufferDataTypeException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when assigning a value to a buffer column that contains the incorrect data type.
public ref class UnsupportedBufferDataTypeException : ApplicationException
[System.Serializable]
public class UnsupportedBufferDataTypeException : ApplicationException
[<System.Serializable>]
type UnsupportedBufferDataTypeException = class
inherit ApplicationException
Public Class UnsupportedBufferDataTypeException
Inherits ApplicationException
- Inheritance
-
UnsupportedBufferDataTypeException
- Attributes
Remarks
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.
Constructors
UnsupportedBufferDataTypeException(String) |
Initializes a new instance of the UnsupportedBufferDataTypeException class. |