DoesNotFitBufferException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |