Show / Hide Table of Contents

Class SoFunctionRightException

SoFunctionRightException is thrown when a user attempts to execute an operation for which they do not have the appropriate function rights.

Inheritance
object
Exception
SoException
SoFunctionRightException
Implements
ISerializable
Inherited Members
SoException.LogAsException
SoException.FriendlyText
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoFunctionRightException : SoException, ISerializable

Constructors

SoFunctionRightException(string)

SoFunctionRightException is thrown when a user attempts to execute an operation for which they do not have the appropriate function rights.

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

SoFunctionRightException(string, Exception)

SoFunctionRightException is thrown when a user attempts to execute an operation for which they do not have the appropriate function rights.

Declaration
public SoFunctionRightException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

SoFunctionRightException(params string[])

SoFunctionRightException is thrown when a user attempts to execute an operation for which they do not have the appropriate function rights.

Declaration
public SoFunctionRightException(params string[] missingFunctionRights)
Parameters
Type Name Description
string[] missingFunctionRights

Implements

ISerializable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ExceptionHelper.DeepMessageStack(Exception, string)
ExceptionHelper.Enumerate(Exception)
ExceptionHelper.FindExceptionOfType<T>(Exception)
ExceptionHelper.GetExceptionInfo(Exception)
ExceptionHelper.GetInnermostException(Exception)
ExceptionHelper.SimpleMessageStack(Exception, string)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top