Table of Contents

Class UnexpectedNullValueException

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

This exception is thrown instead of returning a null value from a method that does not respect {@code null}-value to avoid ambiguity (whether the value is absent or is {@code null}).

[Serializable]
public sealed class UnexpectedNullValueException : IgniteException, ISerializable
Inheritance
UnexpectedNullValueException
Implements
Inherited Members

Constructors

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

Initializes a new instance of the UnexpectedNullValueException class.

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

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.