Class UnexpectedNullValueException
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)