Table of Contents

Class ForbiddenException

Namespace
Ecng.Common
Assembly
Ecng.Common.dll

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 string

The error message that explains the reason for the exception.