Class SoFunctionRightException
SoFunctionRightException is thrown when a user attempts to execute an operation for which they do not have the appropriate function rights.
Implements
Inherited Members
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 |