SecurityException::PermissionState Property
.NET Framework (current version)
Gets or sets the state of the permission that threw the exception.
Assembly: mscorlib (in mscorlib.dll)
public: property String^ PermissionState { [SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::NoFlags | SecurityPermissionFlag::ControlEvidence | SecurityPermissionFlag::ControlPolicy)] String^ get(); void set(String^ value); }
Property Value
Type: System::String^The state of the permission at the time the exception was thrown.
SecurityPermission
for the ability to provide evidence and view and modify policy. Associated enumerations: SecurityPermissionFlag::ControlEvidence, SecurityPermissionFlag::ControlPolicy
.NET Framework
Available since 1.1
Available since 1.1
Show: