Class ForbiddenAccessException
The exception that is thrown when a user is valid, but the server is refusing action.
Implements
Inherited Members
Namespace: Innovt.Core.Exceptions
Assembly: Innovt.Core.dll
Syntax
public class ForbiddenAccessException : BaseException, ISerializable
Constructors
| Edit this page View SourceForbiddenAccessException()
Declaration
public ForbiddenAccessException()
ForbiddenAccessException(string)
Declaration
public ForbiddenAccessException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |