DoesNotFitBufferException 类

定义

当向缓冲区写入过大而无法适合 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
属性

注解

将数据写入超过 结构的 属性指定 MaxLength 的大小的缓冲区列时,将引发此 BufferColumn 异常。

构造函数

DoesNotFitBufferException()

初始化 DoesNotFitBufferException 类的新实例。

适用于