Share via


DoesNotFitBufferException Class

Definition

The exception that is thrown when a value that is too large to fit in the data area of a BufferColumn is written to the buffer.

C#
[System.Serializable]
public class DoesNotFitBufferException : ApplicationException
Inheritance
DoesNotFitBufferException
Attributes

Remarks

This exception is thrown when writing data to a buffer column that exceeds the size specified by the MaxLength property of the BufferColumn structure.

Constructors

DoesNotFitBufferException()

Initializes a new instance of the DoesNotFitBufferException class.

Applies to

Product Versions
SQL Server .NET SDK 2016, 2017, 2019