PermissionException Class

Definition

Exception that occurs when calling an API that requires a specific permission.

public ref class PermissionException : UnauthorizedAccessException
public class PermissionException : UnauthorizedAccessException
type PermissionException = class
    inherit UnauthorizedAccessException
Public Class PermissionException
Inherits UnauthorizedAccessException
Inheritance
PermissionException

Constructors

PermissionException(String)

Initializes a new instance of the PermissionException class with the specified message.

Applies to