SbeBufferTooSmallException
StockSharp.Server.Sbe
Raised by an SBE serializer when the supplied write buffer is too small to hold the encoded message. Carries the minimum size the buffer must grow to so the central write path can resize and retry without guessing.
Inherits: InvalidOperationException
Constructors
SbeBufferTooSmallException
public SbeBufferTooSmallException(int requiredSize)
sbeBufferTooSmallException = SbeBufferTooSmallException(requiredSize)
Initializes a new instance of the SbeBufferTooSmallException.
- requiredSize
- Minimum required buffer size in bytes.
Properties
RequiredSize
public int RequiredSize { get; }
value = sbeBufferTooSmallException.RequiredSize
Minimum required buffer size in bytes.