Class DuplicateClaimException
Class DuplicateClaimException. Implements the ClaimAuthorizationException
Namespace: ISynergy.Framework.Core.Exceptions
Assembly: ISynergy.Framework.Core.dll
Syntax
public class DuplicateClaimException : ClaimAuthorizationException
Constructors
View SourceDuplicateClaimException()
Initializes a new instance of the DuplicateClaimException class.
Declaration
public DuplicateClaimException()
DuplicateClaimException(String)
Initializes a new instance of the DuplicateClaimException class.
Declaration
public DuplicateClaimException(string claimType)
Parameters
Type | Name | Description |
---|---|---|
System.String | claimType | Type of the claim. |
DuplicateClaimException(String, Exception)
Initializes a new instance of the DuplicateClaimException class.
Declaration
public DuplicateClaimException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Exception | innerException | The inner exception. |
Extension Methods
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)