Table of Contents

Class ModelNotFoundException

Namespace
Gridgain.Ml
Assembly
Apache.Ignite.dll

Exception thrown when a model is not found.

[Serializable]
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors", Justification = "Ignite exceptions use a special constructor.")]
public sealed class ModelNotFoundException : IgniteException, ISerializable
Inheritance
ModelNotFoundException
Implements
Inherited Members

Constructors

ModelNotFoundException(Guid, int, string?, Exception?)

Initializes a new instance of the ModelNotFoundException class.

public ModelNotFoundException(Guid traceId, int code, string? message, Exception? innerException = null)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.