Lucene.Net.Index.CorruptIndexException.CorruptIndexException C# (CSharp) Метод

CorruptIndexException() публичный Метод

Sole constructor.
public CorruptIndexException ( string message ) : System
message string
Результат System
        public CorruptIndexException(string message)
            : base(message)
        {
        }

Same methods

CorruptIndexException::CorruptIndexException ( string message, Exception ex ) : System
CorruptIndexException