Class ExceptionToClassNameConventionAttribute
Use this attribute to make an exception to the class naming rules (which should not be named like Interfaces).
Inheritance
System.Object
System.Attribute
ExceptionToClassNameConventionAttribute
Inherited Members
System.Attribute.Equals(System.Object)
System.Attribute.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class ExceptionToClassNameConventionAttribute : Attribute