NoAuthTokenException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
| Name | Description |
|---|---|
| NoAuthTokenException(String) |
Constructor for NoAuthTokenException |