Table of Contents

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

code EdgeErrorCode

The Qavren error code.

collectionName string

The collection whose model was being built.

propertyName string

The offending property, when the fault has one.

message string

The message.

innerException Exception

The cause, if any.