Table of Contents

Class UnsupportedAuthenticationTypeException

Namespace
Apache.Ignite.Security.Exception
Assembly
Apache.Ignite.dll

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)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.