Show / Hide Table of Contents

Class OpenIddictExceptions.ConcurrencyException

Represents an OpenIddict concurrency exception.

Inheritance
System.Object
OpenIddictExceptions.ConcurrencyException
Namespace: OpenIddict.Abstractions
Assembly: cs.temp.dll.dll
Syntax
public class ConcurrencyException : Exception

Constructors

ConcurrencyException(String)

Creates a new OpenIddictExceptions.ConcurrencyException.

Declaration
public ConcurrencyException(string message)
Parameters
Type Name Description
System.String message

The exception message.

ConcurrencyException(String, Nullable<Exception>)

Creates a new OpenIddictExceptions.ConcurrencyException.

Declaration
public ConcurrencyException(string message, Exception? exception)
Parameters
Type Name Description
System.String message

The exception message.

System.Nullable<Exception> exception

The inner exception.

In This Article
Back to top Generated by DocFX