Class MultipleIdentityDetailsProvidersFound
- Namespace
- Cratis.Applications.Identity
- Assembly
- Cratis.Applications.dll
Exception that gets thrown when there are multiple identity details providers.
public class MultipleIdentityDetailsProvidersFound : Exception, ISerializable
- Inheritance
-
MultipleIdentityDetailsProvidersFound
- Implements
- Inherited Members
Remarks
Initializes a new instance of the MultipleIdentityDetailsProvidersFound class.
Constructors
MultipleIdentityDetailsProvidersFound(IEnumerable<Type>)
Exception that gets thrown when there are multiple identity details providers.
public MultipleIdentityDetailsProvidersFound(IEnumerable<Type> types)
Parameters
types
IEnumerable<Type>Types that were found.
Remarks
Initializes a new instance of the MultipleIdentityDetailsProvidersFound class.