Class AlreadySetException
Thrown when Set(T) is called more than once.
Implements
Inherited Members
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
[Serializable]
public sealed class AlreadySetException : InvalidOperationException, ISerializable
Constructors
AlreadySetException()
Initializes a new instance of AlreadySetException.
Declaration
public AlreadySetException()