UnsupportedBufferDataTypeException 类

定义

当向包含不正确数据类型的缓冲区列赋值时引发的异常。

public ref class UnsupportedBufferDataTypeException : ApplicationException
[System.Serializable]
public class UnsupportedBufferDataTypeException : ApplicationException
[<System.Serializable>]
type UnsupportedBufferDataTypeException = class
    inherit ApplicationException
Public Class UnsupportedBufferDataTypeException
Inherits ApplicationException
继承
UnsupportedBufferDataTypeException
属性

注解

如果将 Boolean 分配给字符串数据类型列,则会引发此异常。

当访问具有类当前不支持的数据类型的列时,也可能发生此 PipelineBuffer 异常。

构造函数

UnsupportedBufferDataTypeException(String)

初始化 UnsupportedBufferDataTypeException 类的新实例。

适用于