Class InvalidCredentialsException
Exception thrown when authentication fails due to invalid credentials.
[Serializable]
public sealed class InvalidCredentialsException : IgniteException, ISerializable
- Inheritance
-
InvalidCredentialsException
- Implements
- Inherited Members
Constructors
InvalidCredentialsException(Guid, int, string?, Exception?)
Initializes a new instance of the InvalidCredentialsException class.
public InvalidCredentialsException(Guid traceId, int code, string? message, Exception? innerException = null)