EventLogPermission Constructor (PermissionState)

 

Initializes a new instance of the EventLogPermission class with the specified permission state.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
EventLogPermission(
	PermissionState state
)

Parameters

state
Type: System.Security.Permissions::PermissionState

One of the enumeration values that specifies the permission state (full access or no access to resources).

Exception Condition
ArgumentException

The state parameter is not a valid value of PermissionState.

.NET Framework
Available since 1.1
Return to top
Show: