SecurityException::FirstPermissionThatFailed Property
.NET Framework (current version)
Gets or sets the first permission in a permission set or permission set collection that failed the demand.
Assembly: mscorlib (in mscorlib.dll)
public: property IPermission^ FirstPermissionThatFailed { [SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::NoFlags | SecurityPermissionFlag::ControlEvidence | SecurityPermissionFlag::ControlPolicy)] IPermission^ get(); void set(IPermission^ value); }
Property Value
Type: System.Security::IPermission^An IPermission object representing the first permission that failed.
If the demanded object is a permission set or permission set collection, the FirstPermissionThatFailed represents only the first permission that caused the exception. Additional permissions in the set or collection can also cause a demand failure.
SecurityPermission
for the ability to provide evidence and view and modify policy. Associated enumerations: SecurityPermissionFlag::ControlEvidence, SecurityPermissionFlag::ControlPolicy Security action: Demand
.NET Framework
Available since 2.0
Available since 2.0
Show: