Class ForbiddenException
Exception thrown when an operation is forbidden.
public class ForbiddenException : InvalidOperationException, ISerializable
- Inheritance
-
ForbiddenException
- Implements
- Inherited Members
- Extension Methods
Constructors
ForbiddenException(string)
Exception thrown when an operation is forbidden.
public ForbiddenException(string message)
Parameters
message
stringThe error message that explains the reason for the exception.