Table of Contents

Class InferenceException

Namespace
Gridgain.Ml
Assembly
Apache.Ignite.dll

Base exception class for all inference-related exceptions.

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

Constructors

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

Initializes a new instance of the InferenceException class.

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

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.