Table of Contents

Class RowSecurityViolationException

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

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)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.