EventLogPermission Constructor (array<EventLogPermissionEntry^>^)
.NET Framework (current version)
Initializes a new instance of the EventLogPermission class with the specified permission entries.
Assembly: System (in System.dll)
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
Available since 1.1
Show: