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+466b7b4177d79034f8e56fa7578c03dfea8fb3bf
Syntax
public class NoPermissionException : SeveraApiException
See Also