Constructor EdgeVectorModelException
- Namespace
- Qavren.Edge.VectorData
- Assembly
- Qavren.Edge.VectorData.dll
EdgeVectorModelException(EdgeErrorCode, string, string?, string, Exception?)
Creates the exception.
public EdgeVectorModelException(EdgeErrorCode code, string collectionName, string? propertyName, string message, Exception? innerException = null)
Parameters
codeEdgeErrorCodeThe Qavren error code.
collectionNamestringThe collection whose model was being built.
propertyNamestringThe offending property, when the fault has one.
messagestringThe message.
innerExceptionExceptionThe cause, if any.