Edit

NoAuthTokenException Class

Definition

The exception thrown when the user could not get access to the content due to an empty auth token.

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

Constructors

Name Description
NoAuthTokenException(String)

Constructor for NoAuthTokenException

Applies to