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.

public ref class DoesNotFitBufferException : ApplicationException
[System.Serializable]
public class DoesNotFitBufferException : ApplicationException
[<System.Serializable>]
type DoesNotFitBufferException = class
    inherit ApplicationException
Public Class DoesNotFitBufferException
Inherits 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