Class UnsupportedSpatialOperation
Exception thrown when the SpatialStrategy cannot implement the requested operation.
@lucene.experimental
Inheritance
System.Object
System.Exception
System.SystemException
System.NotSupportedException
UnsupportedSpatialOperation
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Spatial.dll
Syntax
[Serializable]
public class UnsupportedSpatialOperation : NotSupportedException, ISerializable, _Exception
Constructors
Name | Description |
---|---|
UnsupportedSpatialOperation(SpatialOperation) | |
UnsupportedSpatialOperation(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
UnsupportedSpatialOperation(String) |
Extension Methods
Lucene.Net.Support.ExceptionExtensions.GetSuppressed(System.Exception)
Lucene.Net.Support.ExceptionExtensions.GetSuppressedAsList(System.Exception)
Lucene.Net.Support.ExceptionExtensions.AddSuppressed(System.Exception, System.Exception)
Lucene.Net.Support.ExceptionExtensions.GetSuppressed(System.Exception)
Lucene.Net.Support.ExceptionExtensions.GetSuppressedAsList(System.Exception)
Lucene.Net.Support.ExceptionExtensions.AddSuppressed(System.Exception, System.Exception)
Lucene.Net.Support.ExceptionExtensions.GetSuppressed(System.Exception)
Lucene.Net.Support.ExceptionExtensions.GetSuppressedAsList(System.Exception)
Lucene.Net.Support.ExceptionExtensions.AddSuppressed(System.Exception, System.Exception)