Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class ForbiddenAccessException

    The exception that is thrown when a user is valid, but the server is refusing action.

    Inheritance
    object
    Exception
    BaseException
    ForbiddenAccessException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Innovt.Core.Exceptions
    Assembly: Innovt.Core.dll
    Syntax
    public class ForbiddenAccessException : BaseException, ISerializable

    Constructors

    | Edit this page View Source

    ForbiddenAccessException()

    Declaration
    public ForbiddenAccessException()
    | Edit this page View Source

    ForbiddenAccessException(string)

    Declaration
    public ForbiddenAccessException(string message)
    Parameters
    Type Name Description
    string message

    Implements

    ISerializable

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX