SecurityAccessDeniedException Constructor

SecurityAccessDeniedException Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the SecurityAccessDeniedException class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method SecurityAccessDeniedException(String) Initializes a new instance of the SecurityAccessDeniedException class using a specified message.
Public method SecurityAccessDeniedException(String, Exception) Initializes a new instance of the SecurityAccessDeniedException class using a specified message and the inner exception.
Top

Security authorization is denied to callers when they are not able to prove to the satisfaction of the resource being called that they are who they say they are.

Show:
© 2017 Microsoft