ForbiddenException Class
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
The exception that is thrown when the current user has not been granted permission to the requested resource.
public class ForbiddenException : Exception, ISerializable, _Exception
- Inheritance:
- System.Object → System.Exception → ForbiddenException
Constructors
Forbidden |
Initializes a new instance of the ForbiddenException class. |
Forbidden |
Initializes a new instance of the ForbiddenException class with a specified error message. |
Properties
Entity | Gets the entity for which permission was denied. |
Message | Gets a message that describes the current exception. |
Permission | Gets the permission that was denied. |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |