Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.1 KB

platform-accessdeniedexception-class.md

File metadata and controls

36 lines (24 loc) · 1.1 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: Platform::AccessDeniedException Class
Platform::AccessDeniedException Class
12/30/2016
reference
VCCORLIB/Platform::AccessDeniedException
VCCORLIB/Platform::AccessDeniedException::AccessDeniedException
Platform::AccessDeniedException
6ae2155b-7b16-4587-8d2d-da05eab4c7e9

Platform::AccessDeniedException Class

Thrown when access to a resource or feature is denied.

Syntax

public ref class AccessDeniedException : COMException,    IException,    IPrintable,   IEquatable

Remarks

If you hit this exception, ensure that you have requested the appropriate capability and made the required declarations in the package manifest of your app. For more information, see COMException class.

Requirements

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: Platform

Metadata: platform.winmd

See also

Platform::COMException Class