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?)
Creates a new OpenIddictExceptions.ConcurrencyException.
public ConcurrencyException(string? message)
Parameters
message
stringThe exception message.
ConcurrencyException(string?, Exception?)
Creates a new OpenIddictExceptions.ConcurrencyException.
public ConcurrencyException(string? message, Exception? exception)