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.

EventLogPermission Constructor (array<EventLogPermissionEntry^>^)

 

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

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

public:
EventLogPermission(
	array<EventLogPermissionEntry^>^ permissionAccessEntries
)

Parameters

permissionAccessEntries
Type: array<System.Diagnostics::EventLogPermissionEntry^>^

An array of objects that represent permission entries. The PermissionEntries property is set to this value.

Exception Condition
ArgumentNullException

permissionAccessEntries is null.

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