is PermissionException redundant of UserException ?

trade_then
I see PermissionException in code but not in documentation.
Is it c# specific or redundant of UserException

Thanks
Regards

  • sujith
    It is a different exception, it is not redundant of UserException. Permission Exception is when you are trying to access some features for which your app doesn't have permission.
    We will update the documentation with this.
Sign In or Register to comment.