Class CriteriaException
Criteria exception base class.
[Serializable]
public sealed class CriteriaException : IgniteException, ISerializable
- Inheritance
-
CriteriaException
- Implements
- Inherited Members
Constructors
CriteriaException(Guid, int, string?, Exception?)
Initializes a new instance of the CriteriaException class.
public CriteriaException(Guid traceId, int code, string? message, Exception? innerException = null)