Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.05 KB

platform-accessdeniedexception-class.md

File metadata and controls

35 lines (23 loc) · 1.05 KB
titledescriptionms.datems.topicf1_keywordshelpviewer_keywords
Platform::AccessDeniedException Class
Learn more about: Platform::AccessDeniedException Class
12/30/2016
reference
VCCORLIB/Platform::AccessDeniedException
VCCORLIB/Platform::AccessDeniedException::AccessDeniedException
Platform::AccessDeniedException

Platform::AccessDeniedException Class

Thrown when access to a resource or feature is denied.

Syntax

public ref classAccessDeniedException : 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

close