Class UnsupportedAuthenticationTypeException
The exception thrown when authentication type is not supported.
[Serializable]
public sealed class UnsupportedAuthenticationTypeException : IgniteException, ISerializable
- Inheritance
-
UnsupportedAuthenticationTypeException
- Implements
- Inherited Members
Constructors
UnsupportedAuthenticationTypeException(Guid, int, string?, Exception?)
Initializes a new instance of the UnsupportedAuthenticationTypeException class.
public UnsupportedAuthenticationTypeException(Guid traceId, int code, string? message, Exception? innerException = null)