Class EdgeVectorModelException
- Namespace
- Qavren.Edge.VectorData
- Assembly
- Qavren.Edge.VectorData.dll
Raised while building the collection model or validating the schema - always before any SQL runs.
public sealed class EdgeVectorModelException : EdgeException, ISerializable
- Inheritance
-
EdgeVectorModelException
- Implements
- Inherited Members
Constructors
- EdgeVectorModelException(EdgeErrorCode, string, string?, string, Exception?)
Creates the exception.
Properties
- CollectionName
The collection whose model was being built.
- PropertyName
The offending property, when the fault has one.