Click or drag to resize

NoPermissionException Class

System.ServiceModel.FaultException(Of NoPermissionException) is thrown when the API user doesn't have required access rights to perform some action. This can happen for example when:
  • API user's access rights have changed.
  • User is trying to get data that is related to many entities, but user has access right to only one of them.
Inheritance Hierarchy
SystemObject
  Severa.APISeveraApiException
    Severa.APINoPermissionException

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+d2b3ba1f0a7faa78f41e88544914859e96e8c75b
Syntax
public class NoPermissionException : SeveraApiException
See Also