语言

DoesNotFitBufferException 类

定义

当某个值过大无法放入 a BufferColumn 的数据区时,会抛出异常。

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

注解

当将数据写入缓冲区列超过结构性质BufferColumn指定MaxLength大小时,会抛出该异常。

构造函数

名称 说明
DoesNotFitBufferException()

初始化 DoesNotFitBufferException 类的新实例。

适用于