Class ClaimNotFoundException
Class ClaimNotFoundException. Implements the ClaimAuthorizationException
Namespace: ISynergy.Framework.Core.Exceptions
Assembly: ISynergy.Framework.Core.dll
Syntax
public class ClaimNotFoundException : ClaimAuthorizationException
Constructors
View SourceClaimNotFoundException()
Initializes a new instance of the ClaimNotFoundException class.
Declaration
public ClaimNotFoundException()
ClaimNotFoundException(String)
Initializes a new instance of the ClaimNotFoundException class.
Declaration
public ClaimNotFoundException(string claimType)
Parameters
Type | Name | Description |
---|---|---|
System.String | claimType | Type of the claim. |
ClaimNotFoundException(String, Exception)
Initializes a new instance of the ClaimNotFoundException class.
Declaration
public ClaimNotFoundException(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>)