UnsupportedBufferDataTypeException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当向包含不正确数据类型的缓冲区列赋值时引发的异常。
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 类的新实例。 |