SecurityException.FirstPermissionThatFailed Property

Definition

Gets or sets the first permission in a permission set or permission set collection that failed the demand.

public:
 property System::Security::IPermission ^ FirstPermissionThatFailed { System::Security::IPermission ^ get(); void set(System::Security::IPermission ^ value); };
public System.Security.IPermission FirstPermissionThatFailed { get; set; }
member this.FirstPermissionThatFailed : System.Security.IPermission with get, set
Public Property FirstPermissionThatFailed As IPermission

Property Value

An IPermission object representing the first permission that failed.

Remarks

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.

Applies to