Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PrivilegeNotHeldException Constructor (String^, Exception^)

 

Initializes a new instance of the PrivilegeNotHeldException class by using the specified exception.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

public:
PrivilegeNotHeldException(
	String^ privilege,
	Exception^ inner
)

Parameters

privilege
Type: System::String^

The privilege that is not enabled.

inner
Type: System::Exception^

The exception that is the cause of the current exception. If the innerException parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft