Gets the state of the permission that threw the exception.
[Visual Basic]
Public ReadOnly Property PermissionState As String
[C#]
public string PermissionState {get;}
[C++]
public: __property String* get_PermissionState();
[JScript]
public function get PermissionState() : String; Property Value
The state of the permission at the time the exception was thrown.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
See Also
SecurityException Class | SecurityException Members | System.Security Namespace