C# Class Lucene.Net.Util.BytesRefHash.MaxBytesLengthExceededException

Thrown if a BytesRef exceeds the BytesRefHash limit of ByteBlockPool#BYTE_BLOCK_SIZE-2.
Inheritance: System.Exception
显示文件 Open project: apache/lucenenet

Private Methods

Method Description
MaxBytesLengthExceededException ( string message ) : System