Table of Contents

Class OpenIddictExceptions.ConcurrencyException

Namespace
OpenIddict.Abstractions
Assembly
OpenIddict.Abstractions.dll

Represents an OpenIddict concurrency exception.

public sealed class OpenIddictExceptions.ConcurrencyException : Exception, ISerializable
Inheritance
OpenIddictExceptions.ConcurrencyException
Implements
Inherited Members

Constructors

ConcurrencyException(string?)

public ConcurrencyException(string? message)

Parameters

message string

The exception message.

ConcurrencyException(string?, Exception?)

public ConcurrencyException(string? message, Exception? exception)

Parameters

message string

The exception message.

exception Exception

The inner exception.