Table of Contents

Class KeycloakException

Namespace
Keycloak.AuthServices.Common
Assembly
Keycloak.AuthServices.Common.dll

Represents an exception specific to Keycloak.

public class KeycloakException : Exception, ISerializable
Inheritance
KeycloakException
Implements
Inherited Members

Constructors

KeycloakException()

Initializes a new instance of the KeycloakException class.

public KeycloakException()

KeycloakException(string)

Initializes a new instance of the KeycloakException class with the specified error message.

public KeycloakException(string message)

Parameters

message string

The error message that explains the reason for the exception.

KeycloakException(string, Exception)

Initializes a new instance of the KeycloakException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public KeycloakException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception.