Class ClaimAuthorizationException
Class ClaimAuthorizationException.
Implements the
Inheritance
System.Object
ClaimAuthorizationException
Namespace: ISynergy.Framework.Core.Exceptions
Assembly: ISynergy.Framework.Core.dll
Syntax
public abstract class ClaimAuthorizationException : Exception
Constructors
View SourceClaimAuthorizationException()
Initializes a new instance of the ClaimAuthorizationException class.
Declaration
protected ClaimAuthorizationException()
ClaimAuthorizationException(String)
Initializes a new instance of the ClaimAuthorizationException class.
Declaration
protected ClaimAuthorizationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
ClaimAuthorizationException(String, Exception)
Initializes a new instance of the ClaimAuthorizationException class.
Declaration
protected ClaimAuthorizationException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Exception | innerException | The inner exception. |