Edit

NoPermissionsException Class

Definition

The exception thrown when the user could not get access to the content. For example, no permissions, content revoked.

[System.Serializable]
public class NoPermissionsException : Microsoft.InformationProtection.Exceptions.AccessDeniedException
[<System.Serializable>]
type NoPermissionsException = class
    inherit AccessDeniedException
Public Class NoPermissionsException
Inherits AccessDeniedException
Inheritance
NoPermissionsException
Attributes

Constructors

Name Description
NoPermissionsException(String, String, String)

Constructor for NoPermissionsException

Properties

Name Description
Owner

The owner of the document.

Referrer

The contact in case of missing rights to the document.

Applies to