Class RowSecurityViolationException
Exception is raised when a user tries to violate one of the configured row-level security policies.
[Serializable]
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors", Justification = "Ignite exceptions use a special constructor.")]
public sealed class RowSecurityViolationException : IgniteException, ISerializable
- Inheritance
-
RowSecurityViolationException
- Implements
- Inherited Members
Constructors
RowSecurityViolationException(Guid, int, string?, Exception?)
Initializes a new instance of the RowSecurityViolationException class.
public RowSecurityViolationException(Guid traceId, int code, string? message, Exception? innerException = null)