Gets the type of the permission that threw the exception.
[Visual Basic]
Public ReadOnly Property PermissionType As Type
[C#]
public Type PermissionType {get;}
[C++]
public: __property Type* get_PermissionType();
[JScript]
public function get PermissionType() : Type; Property Value
The type of the permission that threw the exception.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
SecurityException Class | SecurityException Members | System.Security Namespace